Interface ExtractionContext.DatabaseObjectAccess
- Enclosing interface:
ExtractionContext
In conjunction with
ExtractionContext.getDatabaseObjectAccess()
provides access to
information about known database objects to the extractor.-
Method Summary
Modifier and TypeMethodDescriptionboolean
locateForeignKeyInformation
(QualifiedTableName tableName) locateIndexesInformation
(QualifiedTableName tableName) @Nullable PrimaryKeyInformation
locatePrimaryKeyInformation
(QualifiedTableName tableName) locateSequenceInformation
(QualifiedSequenceName sequenceName) @Nullable TableInformation
locateTableInformation
(QualifiedTableName tableName)
-
Method Details
-
locateTableInformation
-
locateSequenceInformation
-
locatePrimaryKeyInformation
-
locateForeignKeyInformation
-
locateIndexesInformation
-
isCaching
boolean isCaching()
-