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.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<ULong> |
SQLDataType.BIGINTUNSIGNED
The unsigned
Types.BIGINT type. |
Modifier and Type | Method and Description |
---|---|
static ULong |
Unsigned.ulong(BigInteger value)
Create an
unsigned long |
static ULong |
Unsigned.ulong(long value)
Create an
unsigned long by masking it with
0xFFFFFFFFFFFFFFFF i.e. |
static ULong |
Unsigned.ulong(String value)
Create an
unsigned long |
static ULong |
ULong.valueOf(BigInteger value)
Create an
unsigned long |
static ULong |
ULong.valueOf(long value)
Create an
unsigned long by masking it with
0xFFFFFFFFFFFFFFFF i.e. |
static ULong |
ULong.valueOf(String value)
Create an
unsigned long |
Modifier and Type | Method and Description |
---|---|
int |
ULong.compareTo(ULong o) |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
AccessDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
CUBRIDDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
DerbyDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
FirebirdDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
H2DataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
HSQLDBDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
IngresDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
static DataType<ULong> |
MariaDBDataType.BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
static DataType<ULong> |
MySQLDataType.BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
OracleDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
PostgresDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
SQLiteDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
SQLServerDataType.__BIGINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
static DataType<ULong> |
SybaseDataType.UNSIGNEDBIGINT |
Copyright © 2014. All Rights Reserved.