liquibase.statement.core
Class AddPrimaryKeyStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.AddPrimaryKeyStatement
- All Implemented Interfaces:
- SqlStatement
public class AddPrimaryKeyStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddPrimaryKeyStatement
public AddPrimaryKeyStatement(String catalogName,
String schemaName,
String tableName,
String columnNames,
String constraintName)
getCatalogName
public String getCatalogName()
getSchemaName
public String getSchemaName()
getTableName
public String getTableName()
getTablespace
public String getTablespace()
setTablespace
public AddPrimaryKeyStatement setTablespace(String tablespace)
getColumnNames
public String getColumnNames()
getConstraintName
public String getConstraintName()
isClustered
public Boolean isClustered()
setClustered
public AddPrimaryKeyStatement setClustered(Boolean clustered)
getForIndexName
public String getForIndexName()
setForIndexName
public void setForIndexName(String forIndexName)
getForIndexSchemaName
public String getForIndexSchemaName()
setForIndexSchemaName
public void setForIndexSchemaName(String forIndexSchemaName)
getForIndexCatalogName
public String getForIndexCatalogName()
setForIndexCatalogName
public void setForIndexCatalogName(String forIndexCatalogName)
Copyright © 2016 Liquibase.org. All rights reserved.