public class AddPrimaryKeyStatement extends AbstractSqlStatement
Constructor and Description |
---|
AddPrimaryKeyStatement(String catalogName,
String schemaName,
String tableName,
String columnNames,
String constraintName) |
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName() |
String |
getColumnNames() |
String |
getConstraintName() |
String |
getSchemaName() |
String |
getTableName() |
String |
getTablespace() |
Boolean |
isClustered() |
AddPrimaryKeyStatement |
setClustered(Boolean clustered) |
AddPrimaryKeyStatement |
setTablespace(String tablespace) |
skipOnUnsupported
public String getCatalogName()
public String getSchemaName()
public String getTableName()
public String getTablespace()
public AddPrimaryKeyStatement setTablespace(String tablespace)
public String getColumnNames()
public String getConstraintName()
public Boolean isClustered()
public AddPrimaryKeyStatement setClustered(Boolean clustered)
Copyright © 2014 Liquibase.org. All rights reserved.