| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API
This package mostly contains interfaces that are implemented by the
org.jooq.impl package. |
| 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 | Field and Description |
|---|---|
static SchemaMapping |
SchemaMapping.NO_MAPPING
Deprecated.
- 2.0.5 - Do not reuse this SchemaMapping!
|
| Modifier and Type | Method and Description |
|---|---|
SchemaMapping |
Configuration.getSchemaMapping()
Deprecated.
- 2.0.5 - Use
Configuration.getSettings() instead |
| Modifier and Type | Method and Description |
|---|---|
SchemaMapping |
FactoryProxy.getSchemaMapping()
Deprecated.
|
SchemaMapping |
Factory.getSchemaMapping()
Deprecated.
|
| Constructor and Description |
|---|
Factory(Connection connection,
SQLDialect dialect,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
Factory.Factory(Connection, SQLDialect, Settings) instead |
| Constructor and Description |
|---|
ASEFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
ASEFactory.ASEFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
CUBRIDFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
CUBRIDFactory.CUBRIDFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
DB2Factory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
DB2Factory.DB2Factory(Connection, Settings)
instead |
| Constructor and Description |
|---|
DerbyFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
DerbyFactory.DerbyFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
FirebirdFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
FirebirdFactory.FirebirdFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
H2Factory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
H2Factory.H2Factory(Connection, Settings)
instead |
| Constructor and Description |
|---|
HSQLDBFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
HSQLDBFactory.HSQLDBFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
IngresFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
IngresFactory.IngresFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
MySQLFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
MySQLFactory.MySQLFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
OracleFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
OracleFactory.OracleFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
PostgresFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
PostgresFactory.PostgresFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
SQLiteFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
SQLiteFactory.SQLiteFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
SQLServerFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
SQLServerFactory.SQLServerFactory(Connection, Settings)
instead |
| Constructor and Description |
|---|
SybaseFactory(Connection connection,
SchemaMapping mapping)
Deprecated.
- 2.0.5 - Use
SybaseFactory.SybaseFactory(Connection, Settings)
instead |
Copyright © 2013. All Rights Reserved.