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