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<UByte> |
SQLDataType.TINYINTUNSIGNED
The unsigned
Types.TINYINT type. |
Modifier and Type | Method and Description |
---|---|
static Param<UByte> |
DSL.inline(UByte value)
Create a bind value that is always inlined.
|
static Param<UByte> |
DSL.val(UByte value)
Get a bind value.
|
static Param<UByte> |
DSL.value(UByte 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<UByte> |
DSL.inline(UByte value)
Create a bind value that is always inlined.
|
static Param<UByte> |
DSL.val(UByte value)
Get a bind value.
|
static Param<UByte> |
DSL.value(UByte 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 UByte |
Unsigned.ubyte(byte value)
Create an
unsigned byte by masking it with 0xFF
i.e. |
static UByte |
Unsigned.ubyte(int value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(long value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(short value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(String value)
Create an
unsigned byte |
static UByte |
UByte.valueOf(byte value)
Get an instance of an
unsigned byte by masking it with
0xFF i.e. |
static UByte |
UByte.valueOf(int value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(long value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(short value)
Get an instance of an
unsigned byte |
static UByte |
UByte.valueOf(String value)
Get an instance of an
unsigned byte |
Modifier and Type | Method and Description |
---|---|
int |
UByte.compareTo(UByte o) |
Modifier and Type | Field and Description |
---|---|
static DataType<UByte> |
AccessDataType.TINYINT |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
CUBRIDDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
DerbyDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
FirebirdDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
H2DataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
HanaDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
HSQLDBDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
IngresDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
static DataType<UByte> |
MariaDBDataType.TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
static DataType<UByte> |
MySQLDataType.TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
OracleDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
PostgresDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
RedshiftDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
SQLiteDataType.__TINYINTUNSIGNED |
Modifier and Type | Field and Description |
---|---|
static DataType<UByte> |
SQLServerDataType.TINYINT |
Modifier and Type | Field and Description |
---|---|
static DataType<UByte> |
SybaseDataType.TINYINT |
static DataType<UByte> |
SybaseDataType.UNSIGNEDTINYINT |
Modifier and Type | Field and Description |
---|---|
protected static DataType<UByte> |
VerticaDataType.__TINYINTUNSIGNED |
Copyright © 2017. All Rights Reserved.