| Package | Description | 
|---|---|
| org.jooq.impl | 
 The  
org.jooq.impl package contains jOOQ's implementation classes. | 
| org.jooq.types | 
 The  
org.jooq.tools.types package contains data types that are
 missing in JDBC. | 
| org.jooq.util.access | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.ACCESS dialect family. | 
| org.jooq.util.cubrid | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.CUBRID dialect. | 
| org.jooq.util.derby | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.DERBY dialect. | 
| org.jooq.util.firebird | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.FIREBIRD dialect. | 
| org.jooq.util.h2 | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.H2 dialect. | 
| org.jooq.util.hana | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.HANA dialect. | 
| org.jooq.util.hsqldb | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.HSQLDB dialect. | 
| org.jooq.util.ingres | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.INGRES dialect. | 
| org.jooq.util.mariadb | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.MARIADB dialect. | 
| org.jooq.util.mysql | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.MYSQL dialect. | 
| org.jooq.util.oracle | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.ORACLE dialect. | 
| org.jooq.util.postgres | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.POSTGRES dialect. | 
| org.jooq.util.sqlite | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.SQLITE dialect. | 
| org.jooq.util.sqlserver | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.SQLSERVER dialect family. | 
| org.jooq.util.sybase | 
 The  
org.jooq.util.ase package contains classes related to the
 SQLDialect.SYBASE dialect. | 
| Modifier and Type | Field and Description | 
|---|---|
static DataType<UInteger> | 
SQLDataType.INTEGERUNSIGNED
The unsigned  
Types.INTEGER type. | 
| Modifier and Type | Method and Description | 
|---|---|
static UInteger | 
Unsigned.uint(int value)
Create an  
unsigned int by masking it with
 0xFFFFFFFF i.e. | 
static UInteger | 
Unsigned.uint(long value)
Create an  
unsigned int | 
static UInteger | 
Unsigned.uint(java.lang.String value)
Create an  
unsigned int | 
static UInteger | 
UInteger.valueOf(int value)
Create an  
unsigned int by masking it with
 0xFFFFFFFF i.e. | 
static UInteger | 
UInteger.valueOf(long value)
Create an  
unsigned int | 
static UInteger | 
UInteger.valueOf(java.lang.String value)
Create an  
unsigned int | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
UInteger.compareTo(UInteger o)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
AccessDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
CUBRIDDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
DerbyDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
FirebirdDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
H2DataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
HanaDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
HSQLDBDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
IngresDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
static DataType<UInteger> | 
MariaDBDataType.INTEGERUNSIGNED  | 
static DataType<UInteger> | 
MariaDBDataType.INTUNSIGNED  | 
static DataType<UInteger> | 
MariaDBDataType.MEDIUMINTUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
static DataType<UInteger> | 
MySQLDataType.INTEGERUNSIGNED  | 
static DataType<UInteger> | 
MySQLDataType.INTUNSIGNED  | 
static DataType<UInteger> | 
MySQLDataType.MEDIUMINTUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
OracleDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
PostgresDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
SQLiteDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
protected static DataType<UInteger> | 
SQLServerDataType.__INTEGERUNSIGNED  | 
| Modifier and Type | Field and Description | 
|---|---|
static DataType<UInteger> | 
SybaseDataType.UNSIGNEDINT  | 
Copyright © 2015. All Rights Reserved.