|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Database in org.jooq.util |
|---|
| Classes in org.jooq.util that implement Database | |
|---|---|
class |
AbstractDatabase
A base implementation for all types of databases. |
| Methods in org.jooq.util that return Database | |
|---|---|
Database |
MasterDataTypeDefinition.getDatabase()
|
Database |
Definition.getDatabase()
|
Database |
DefaultDataTypeDefinition.getDatabase()
|
Database |
DataTypeDefinition.getDatabase()
The underlying database |
Database |
AbstractDefinition.getDatabase()
|
| Constructors in org.jooq.util with parameters of type Database | |
|---|---|
AbstractDefinition(Database database,
SchemaDefinition schema,
String name)
|
|
AbstractDefinition(Database database,
SchemaDefinition schema,
String name,
String comment)
|
|
AbstractDefinition(Database database,
SchemaDefinition schema,
String name,
String comment,
String overload)
|
|
DefaultDataTypeDefinition(Database database,
SchemaDefinition schema,
String typeName,
Number length,
Number precision,
Number scale)
|
|
DefaultDataTypeDefinition(Database database,
SchemaDefinition schema,
String typeName,
Number length,
Number precision,
Number scale,
String udtName)
|
|
SchemaDefinition(Database database,
String name,
String comment)
|
|
| Uses of Database in org.jooq.util.ase |
|---|
| Classes in org.jooq.util.ase that implement Database | |
|---|---|
class |
ASEDatabase
Sybase Adaptive Server implementation of AbstractDatabase |
| Uses of Database in org.jooq.util.cubrid |
|---|
| Classes in org.jooq.util.cubrid that implement Database | |
|---|---|
class |
CUBRIDDatabase
|
| Uses of Database in org.jooq.util.db2 |
|---|
| Classes in org.jooq.util.db2 that implement Database | |
|---|---|
class |
DB2Database
DB2 implementation of AbstractDatabase |
| Uses of Database in org.jooq.util.derby |
|---|
| Classes in org.jooq.util.derby that implement Database | |
|---|---|
class |
DerbyDatabase
|
| Uses of Database in org.jooq.util.h2 |
|---|
| Classes in org.jooq.util.h2 that implement Database | |
|---|---|
class |
H2Database
H2 implementation of AbstractDatabase |
| Uses of Database in org.jooq.util.hsqldb |
|---|
| Classes in org.jooq.util.hsqldb that implement Database | |
|---|---|
class |
HSQLDBDatabase
The HSQLDB database |
| Uses of Database in org.jooq.util.ingres |
|---|
| Classes in org.jooq.util.ingres that implement Database | |
|---|---|
class |
IngresDatabase
|
| Uses of Database in org.jooq.util.mysql |
|---|
| Classes in org.jooq.util.mysql that implement Database | |
|---|---|
class |
MySQLDatabase
|
| Uses of Database in org.jooq.util.oracle |
|---|
| Classes in org.jooq.util.oracle that implement Database | |
|---|---|
class |
OracleDatabase
|
| Uses of Database in org.jooq.util.postgres |
|---|
| Classes in org.jooq.util.postgres that implement Database | |
|---|---|
class |
PostgresDatabase
Postgres uses the ANSI default INFORMATION_SCHEMA, but unfortunately ships with a non-capitalised version of it: information_schema. |
| Constructors in org.jooq.util.postgres with parameters of type Database | |
|---|---|
PostgresRoutineDefinition(Database database,
org.jooq.Record record)
|
|
| Uses of Database in org.jooq.util.sqlite |
|---|
| Classes in org.jooq.util.sqlite that implement Database | |
|---|---|
class |
SQLiteDatabase
SQLite implementation of AbstractDatabase |
| Uses of Database in org.jooq.util.sqlserver |
|---|
| Classes in org.jooq.util.sqlserver that implement Database | |
|---|---|
class |
SQLServerDatabase
The SQL Server database. |
| Uses of Database in org.jooq.util.sybase |
|---|
| Classes in org.jooq.util.sybase that implement Database | |
|---|---|
class |
SybaseDatabase
Sybase implementation of AbstractDatabase This implementation is
targeted at the Sybase SQLAnywhere 12 database engine. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||