Module org.jooq

Class Unsigned

java.lang.Object
org.jooq.types.Unsigned

public final class Unsigned extends Object
A utility class for static access to unsigned number functionality.

It essentially contains factory methods for unsigned number wrappers. In future versions, it will also contain some arithmetic methods, handling regular arithmetic and bitwise operations

Author:
Lukas Eder