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.auroramysql |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.AURORA_MYSQL dialect. |
org.jooq.util.aurorapostgres |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.AURORA_POSTGRES dialect. |
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.redshift |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.REDSHIFT dialect. |
org.jooq.util.sqldatawarehouse |
The
org.jooq.util.sqldatawarehouse package contains classes
related to the SQLDialect.SQLDATAWAREHOUSE dialect family. |
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.sqlserver 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. |
org.jooq.util.teradata |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.TERADATA dialect family. |
org.jooq.util.vertica |
Modifier and Type | Field and Description |
---|---|
static DataType<ULong> |
SQLDataType.BIGINTUNSIGNED
The unsigned
Types.BIGINT type. |
Modifier and Type | Method and Description |
---|---|
static Param<ULong> |
DSL.inline(ULong value)
Create a bind value that is always inlined.
|
static Param<ULong> |
DSL.val(ULong value)
Get a bind value.
|
static Param<ULong> |
DSL.value(ULong value)
A synonym for
DSL.val(Object) to be used in Scala and Groovy, where
val is a reserved keyword. |
Modifier and Type | Method and Description |
---|---|
static Param<ULong> |
DSL.inline(ULong value)
Create a bind value that is always inlined.
|
static Param<ULong> |
DSL.val(ULong value)
Get a bind value.
|
static Param<ULong> |
DSL.value(ULong value)
A synonym for
DSL.val(Object) to be used in Scala and Groovy, where
val is a reserved keyword. |
Modifier and Type | Field and Description |
---|---|
static ULong |
ULong.MAX
A constant holding the maximum value + 1 an
signed long can
have as ULong, 263. |
static ULong |
ULong.MIN
A constant holding the minimum value an
unsigned long can
have as ULong, 0. |
Modifier and Type | Method and Description |
---|---|
ULong |
ULong.add(int val) |
ULong |
ULong.add(long val) |
ULong |
ULong.add(ULong val) |
ULong |
ULong.subtract(int val) |
ULong |
ULong.subtract(long val) |
ULong |
ULong.subtract(ULong val) |
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 |
---|---|
ULong |
ULong.add(ULong val) |
int |
ULong.compareTo(ULong o) |
ULong |
ULong.subtract(ULong val) |
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
AccessDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static DataType<ULong> |
AuroraMySQLDataType.BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
AuroraPostgresDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
CUBRIDDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
DerbyDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
FirebirdDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
H2DataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
HanaDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
HSQLDBDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
IngresDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static DataType<ULong> |
MariaDBDataType.BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static DataType<ULong> |
MySQLDataType.BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
OracleDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
PostgresDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
RedshiftDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
SQLDataWarehouseDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
SQLiteDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
SQLServerDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static DataType<ULong> |
SybaseDataType.UNSIGNEDBIGINT
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
TeradataDataType.__BIGINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<ULong> |
VerticaDataType.__BIGINTUNSIGNED
Deprecated.
|
Copyright © 2019. All rights reserved.