Class Summary |
ColumnInfo |
This class holds metadata of a database column. |
DialectFactory |
Implementations of this factory instantiate Dialect
instances for a given column of a DatabaseMetaData description. |
ForeignKeyInfo |
This class implements all infos we need to describe a foreign key. |
IndexInfo |
This class implements all infos we need to describe a database index. |
PrimaryKeyInfo |
This class implements all infos we need to describe a primary key. |
SchemaEngine |
|
SortableTableDescription |
This class holds structural information about a table
and a foreign key depth. |
TableInfo |
This class hold everything we need to known about a database table. |
TableSorter |
This class is used to analyse the foreign key dependencies of a list of tables. |