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 TypeMethodDescriptionbooleanlocateForeignKeyInformation(QualifiedTableName tableName) locateIndexesInformation(QualifiedTableName tableName) @Nullable PrimaryKeyInformationlocatePrimaryKeyInformation(QualifiedTableName tableName) locateSequenceInformation(QualifiedSequenceName sequenceName) @Nullable TableInformationlocateTableInformation(QualifiedTableName tableName)
-
Method Details
-
locateTableInformation
-
locateSequenceInformation
-
locatePrimaryKeyInformation
-
locateForeignKeyInformation
-
locateIndexesInformation
-
isCaching
boolean isCaching()
-