| Package | Description |
|---|---|
| org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes
This package provides implementations for the jOOQ API from
org.jooq, whose interfaces are constructed mostly through the
Factory class, which hides implementation facts from
the public API |
| org.jooq.util.ase |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.CUBRID dialect |
| org.jooq.util.cubrid |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.ASE dialect |
| org.jooq.util.db2 |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.DB2 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.mysql |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.ORACLE dialect |
| org.jooq.util.oracle |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.MYSQL 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 |
| org.jooq.util.sybase |
The
org.jooq.util.ase package contains classes related to the
SQLDialect.SYBASE dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLDataType<T>
The SQL standard data types, as described in
Types. |
| Modifier and Type | Class and Description |
|---|---|
class |
ASEDataType<T>
Supported data types for the
SQLDialect.ASE dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
CUBRIDDataType<T>
Supported data types for the
SQLDialect.CUBRID dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2DataType<T>
Supported data types for the
SQLDialect.DB2 dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyDataType<T>
Supported data types for the
SQLDialect.DERBY dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
FirebirdDataType<T>
Supported data types for the
SQLDialect.FIREBIRD dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
H2DataType<T>
Supported data types for the
SQLDialect.H2 dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
HSQLDBDataType<T>
Supported data types for the
SQLDialect.HSQLDB dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
IngresDataType<T>
Supported data types for the
SQLDialect.INGRES dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLDataType<T>
Supported data types for the
SQLDialect.MYSQL dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleDataType<T>
Supported data types for the
SQLDialect.ORACLE dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresDataType<T>
Supported data types for the
SQLDialect.POSTGRES dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLiteDataType<T>
Supported data types for the
SQLDialect.SQLITE dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerDataType<T>
Supported data types for the
SQLDialect.SQLSERVER dialect |
| Modifier and Type | Class and Description |
|---|---|
class |
SybaseDataType<T>
Supported data types for the
SQLDialect.SYBASE dialect |
Copyright © 2013. All Rights Reserved.