| Interface | Description | 
|---|---|
| ColumnInformation | 
 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 | 
 In conjunction with  
ExtractionContext.getDatabaseObjectAccess() provides access to
 information about known database objects to the extractor. | 
| 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 an 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 
 | 
| Class | Description | 
|---|---|
| NameSpaceTablesInformation | 
| Exception | Description | 
|---|---|
| SchemaExtractionException | 
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.