Package liquibase.statement.core
Class FindForeignKeyConstraintsStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.FindForeignKeyConstraintsStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT -
Constructor Summary
ConstructorsConstructorDescriptionFindForeignKeyConstraintsStatement(String baseTableCatalogName, String baseTableSchemaName, String baseTableName) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBaseTableName(String baseTableName) voidsetBaseTableSchemaName(String baseTableSchemaName) Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupportedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.statement.SqlStatement
getFormattedStatement
-
Field Details
-
RESULT_COLUMN_BASE_TABLE_NAME
- See Also:
-
RESULT_COLUMN_BASE_TABLE_COLUMN_NAME
- See Also:
-
RESULT_COLUMN_FOREIGN_TABLE_NAME
- See Also:
-
RESULT_COLUMN_FOREIGN_COLUMN_NAME
- See Also:
-
RESULT_COLUMN_CONSTRAINT_NAME
- See Also:
-
-
Constructor Details
-
FindForeignKeyConstraintsStatement
-
-
Method Details
-
getBaseTableCatalogName
-
getBaseTableSchemaName
-
setBaseTableSchemaName
-
getBaseTableName
-
setBaseTableName
-