public class DropCheckStatement
extends liquibase.statement.AbstractSqlStatement
| Constructor and Description |
|---|
DropCheckStatement(String schemaName,
String tableName,
String constraintName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConstraintName() |
String |
getSchemaName() |
String |
getTableName() |
String |
getTableSpace() |
DropCheckStatement |
setTableSpace(String tablespace) |
Copyright © 2020 Liquibase.org. All rights reserved.