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<UInteger> |
SQLDataType.INTEGERUNSIGNED
The unsigned
Types.INTEGER type. |
Modifier and Type | Method and Description |
---|---|
static Param<UInteger> |
DSL.inline(UInteger value)
Create a bind value that is always inlined.
|
static Param<UInteger> |
DSL.val(UInteger value)
Get a bind value.
|
static Param<UInteger> |
DSL.value(UInteger 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<UInteger> |
DSL.inline(UInteger value)
Create a bind value that is always inlined.
|
static Param<UInteger> |
DSL.val(UInteger value)
Get a bind value.
|
static Param<UInteger> |
DSL.value(UInteger 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 UInteger |
UInteger.MAX
A constant holding the maximum value an
unsigned int can
have as UInteger, 232-1. |
static UInteger |
UInteger.MIN
A constant holding the minimum value an
unsigned int can
have as UInteger, 0. |
Modifier and Type | Method and Description |
---|---|
UInteger |
UInteger.add(int val) |
UInteger |
UInteger.add(UInteger val) |
UInteger |
UInteger.subtract(int val) |
UInteger |
UInteger.subtract(UInteger val) |
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(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(String value)
Create an
unsigned int |
Modifier and Type | Method and Description |
---|---|
UInteger |
UInteger.add(UInteger val) |
int |
UInteger.compareTo(UInteger o) |
UInteger |
UInteger.subtract(UInteger val) |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
AccessDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static DataType<UInteger> |
AuroraMySQLDataType.INTEGERUNSIGNED
Deprecated.
|
static DataType<UInteger> |
AuroraMySQLDataType.INTUNSIGNED
Deprecated.
|
static DataType<UInteger> |
AuroraMySQLDataType.MEDIUMINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
AuroraPostgresDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
CUBRIDDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
DerbyDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
FirebirdDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
H2DataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
HanaDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
HSQLDBDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
IngresDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static DataType<UInteger> |
MariaDBDataType.INTEGERUNSIGNED
Deprecated.
|
static DataType<UInteger> |
MariaDBDataType.INTUNSIGNED
Deprecated.
|
static DataType<UInteger> |
MariaDBDataType.MEDIUMINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static DataType<UInteger> |
MySQLDataType.INTEGERUNSIGNED
Deprecated.
|
static DataType<UInteger> |
MySQLDataType.INTUNSIGNED
Deprecated.
|
static DataType<UInteger> |
MySQLDataType.MEDIUMINTUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
OracleDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
PostgresDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
RedshiftDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
SQLDataWarehouseDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
SQLiteDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
SQLServerDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static DataType<UInteger> |
SybaseDataType.UNSIGNEDINT
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
TeradataDataType.__INTEGERUNSIGNED
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static DataType<UInteger> |
VerticaDataType.__INTEGERUNSIGNED
Deprecated.
|
Copyright © 2019. All rights reserved.