public abstract class TableConstraintExtractor extends Object
TableConstraint.
Whenever a new TableConstraintExtractor is implemented, it has to be
register in the TableConstraintExtractorFactory.
| Constructor and Description |
|---|
TableConstraintExtractor() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<DbTableConstraint> |
extract(Connection connectionToDatabase,
DbSchemaDto schemaDto) |
public abstract List<DbTableConstraint> extract(Connection connectionToDatabase, DbSchemaDto schemaDto) throws SQLException
SQLExceptionCopyright © 2016–2024. All rights reserved.