| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatabase
A base implementation for all types of databases.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
Definition.getDatabase() |
Database |
DefaultDataTypeDefinition.getDatabase() |
Database |
DataTypeDefinition.getDatabase()
The underlying database
|
Database |
AbstractDefinition.getDatabase() |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASEDatabase
Sybase Adaptive Server implementation of
AbstractDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
CUBRIDDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2Database
DB2 implementation of
AbstractDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
FirebirdDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
H2Database
H2 implementation of
AbstractDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
HSQLDBDatabase
The HSQLDB database
|
| Modifier and Type | Class and Description |
|---|---|
class |
IngresDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCDatabase
The JDBC database
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresDatabase
Postgres uses the ANSI default INFORMATION_SCHEMA, but unfortunately ships
with a non-capitalised version of it:
information_schema. |
| Constructor and Description |
|---|
PostgresRoutineDefinition(Database database,
Record record) |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLiteDatabase
SQLite implementation of
AbstractDatabase |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerDatabase
The SQL Server database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SybaseDatabase
Sybase implementation of
AbstractDatabase This implementation is
targeted at the Sybase SQLAnywhere 12 database engine. |
Copyright © 2013. All Rights Reserved.