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 String
static final String
static final String
static final String
static final String
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
ConstructorsConstructorDescriptionFindForeignKeyConstraintsStatement
(String baseTableCatalogName, String baseTableSchemaName, String baseTableName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBaseTableName
(String baseTableName) void
setBaseTableSchemaName
(String baseTableSchemaName) Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-