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.redshift |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.REDSHIFT 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. |
org.jooq.util.vertica |
Modifier and Type | Field and Description |
---|---|
static DataType<UShort> |
SQLDataType.SMALLINTUNSIGNED
The unsigned
Types.SMALLINT type. |
Modifier and Type | Method and Description |
---|---|
static Param<UShort> |
DSL.inline(UShort value)
Create a bind value that is always inlined.
|
static Param<UShort> |
DSL.val(UShort value)
Get a bind value.
|
static Param<UShort> |
DSL.value(UShort 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<UShort> |
DSL.inline(UShort value)
Create a bind value that is always inlined.
|
static Param<UShort> |
DSL.val(UShort value)
Get a bind value.
|
static Param<UShort> |
DSL.value(UShort 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 UShort |
Unsigned.ushort(int value)
Create an
unsigned short |
static UShort |
Unsigned.ushort(short value)
Create an
unsigned short by masking it with
0xFFFF i.e. |
static UShort |
Unsigned.ushort(java.lang.String value)
Create an
unsigned short |
static UShort |
UShort.valueOf(int value)
Create an
unsigned short |
static UShort |
UShort.valueOf(short value)
Create an
unsigned short by masking it with
0xFFFF i.e. |
static UShort |
UShort.valueOf(java.lang.String value)
Create an
unsigned short |
Modifier and Type | Method and Description |
---|---|
int |
UShort.compareTo(UShort o) |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
AccessDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
CUBRIDDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
DerbyDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
FirebirdDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
H2DataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
HanaDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
HSQLDBDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
IngresDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
static DataType<UShort> |
MariaDBDataType.SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
static DataType<UShort> |
MySQLDataType.SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
OracleDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
PostgresDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
RedshiftDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
SQLiteDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
SQLServerDataType.__SMALLINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
static DataType<UShort> |
SybaseDataType.UNSIGNEDSMALLLINT |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UShort> |
VerticaDataType.__SMALLINTUNSIGNED |
Copyright © 2018. All Rights Reserved.