public class DropPrimaryKeyStatement extends AbstractSqlStatement
EMPTY_SQL_STATEMENT
Constructor and Description |
---|
DropPrimaryKeyStatement(String catalogName,
String schemaName,
String tableName,
String constraintName) |
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName() |
String |
getConstraintName() |
Boolean |
getDropIndex() |
String |
getSchemaName() |
String |
getTableName() |
void |
setDropIndex(Boolean dropIndex) |
continueOnError, setContinueOnError, skipOnUnsupported
Copyright © 2023 Liquibase.org. All rights reserved.