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