ColumnInformation |
Provides access to information about existing table columns
|
ColumnTypeInformation |
Provides access to information about existing table columns
|
DatabaseInformation |
Provides access to information about existing schema objects (tables, sequences etc) of existing database.
|
ExtractionContext |
Defines a context for performing extraction including providing access to information about ongoing extraction as
well as to delegates needed in performing extraction.
|
ExtractionContext.DatabaseObjectAccess |
|
ExtractionContext.ResultSetProcessor<T> |
|
ForeignKeyInformation |
|
ForeignKeyInformation.ColumnReferenceMapping |
|
IndexInformation |
Provides access to information about existing index in the database
|
InformationExtractor |
Contract for extracting information about objects in the database schema(s).
|
PrimaryKeyInformation |
Provides access to information about existing primary key for a table
|
SequenceInformation |
Access to information about existing sequences.
|
SequenceInformationExtractor |
Because JDBC (at least up to and including Java 7, JDBC 4) still does not have support for obtaining information
about sequences from DatabaseMetaData.
|
TableInformation |
Provides access to information about existing tables in the database
|