| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableDefinition
A base implementation for table definitions.
|
| Modifier and Type | Method and Description |
|---|---|
TableDefinition |
ForeignKeyDefinition.getKeyTable()
The definition of the referencing table
|
TableDefinition |
DefaultForeignKeyDefinition.getKeyTable() |
TableDefinition |
ForeignKeyDefinition.getReferencedTable()
The definition of the referenced table.
|
TableDefinition |
DefaultForeignKeyDefinition.getReferencedTable() |
TableDefinition |
UniqueKeyDefinition.getTable()
The table holding this key
|
TableDefinition |
IdentityDefinition.getTable()
The
IDENTITY column's table |
TableDefinition |
DefaultUniqueKeyDefinition.getTable() |
TableDefinition |
DefaultIdentityDefinition.getTable() |
TableDefinition |
Database.getTable(SchemaDefinition schema,
String name)
Get a table in this database by name
|
TableDefinition |
AbstractDatabase.getTable(SchemaDefinition schema,
String name) |
TableDefinition |
Database.getTable(SchemaDefinition schema,
String name,
boolean ignoreCase)
Get a table in this database by name
|
TableDefinition |
AbstractDatabase.getTable(SchemaDefinition schema,
String name,
boolean ignoreCase) |
| Modifier and Type | Method and Description |
|---|---|
List<TableDefinition> |
Database.getTables(SchemaDefinition schema)
The tables contained in this database
|
List<TableDefinition> |
AbstractDatabase.getTables(SchemaDefinition schema) |
protected abstract List<TableDefinition> |
AbstractDatabase.getTables0()
Retrieve ALL tables from the database.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForeignKeyDefinition> |
Relations.getForeignKeys(TableDefinition table)
Get a list of foreign keys for a given table.
|
List<ForeignKeyDefinition> |
DefaultRelations.getForeignKeys(TableDefinition table) |
List<UniqueKeyDefinition> |
Relations.getUniqueKeys(TableDefinition table)
Get a list of referenced keys (primary or unique) for a given table.
|
List<UniqueKeyDefinition> |
DefaultRelations.getUniqueKeys(TableDefinition table) |
| Constructor and Description |
|---|
DefaultColumnDefinition(TableDefinition table,
String name,
int position,
DataTypeDefinition type,
boolean nullable,
boolean isIdentity,
String comment) |
DefaultForeignKeyDefinition(SchemaDefinition schema,
String name,
TableDefinition table,
UniqueKeyDefinition uniqueKey) |
DefaultUniqueKeyDefinition(SchemaDefinition schema,
String name,
TableDefinition table,
boolean isPrimaryKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASETableDefinition
Sybase Adaptive Server table definition
|
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
ASEDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
CUBRIDTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
CUBRIDDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2TableDefinition
DB2 table definition
|
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
DB2Database.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
DerbyTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
DerbyDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
FirebirdTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
FirebirdDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
H2TableDefinition
H2 table definition
|
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
H2Database.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
HSQLDBTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
HSQLDBDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
IngresTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
IngresDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
JDBCDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
MySQLDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
OracleTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
OracleDatabase.getTables0()
Retrieve ALL tables from the database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgresTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
PostgresDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLiteTableDefinition
SQLite table definition
|
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
SQLiteDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerTableDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
SQLServerDatabase.getTables0() |
| Modifier and Type | Class and Description |
|---|---|
class |
SybaseTableDefinition
Sybase table definition
|
| Modifier and Type | Method and Description |
|---|---|
protected List<TableDefinition> |
SybaseDatabase.getTables0() |
Copyright © 2013. All Rights Reserved.