public class DropForeignKeyConstraintStatement extends AbstractSqlStatement
EMPTY_SQL_STATEMENT
Constructor and Description |
---|
DropForeignKeyConstraintStatement(String baseTableCatalogName,
String baseTableSchemaName,
String baseTableName,
String constraintName) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseTableCatalogName() |
String |
getBaseTableName() |
String |
getBaseTableSchemaName() |
String |
getConstraintName() |
continueOnError, setContinueOnError, skipOnUnsupported
Copyright © 2023 Liquibase.org. All rights reserved.