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 |
getForIndexCatalogName() |
String |
getForIndexName() |
String |
getForIndexSchemaName() |
String |
getSchemaName() |
String |
getTableName() |
String |
getTablespace() |
Boolean |
isClustered() |
AddPrimaryKeyStatement |
setClustered(Boolean clustered) |
void |
setForIndexCatalogName(String forIndexCatalogName) |
void |
setForIndexName(String forIndexName) |
void |
setForIndexSchemaName(String forIndexSchemaName) |
AddPrimaryKeyStatement |
setTablespace(String tablespace) |
continueOnError, setContinueOnError, 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)
public String getForIndexName()
public void setForIndexName(String forIndexName)
public String getForIndexSchemaName()
public void setForIndexSchemaName(String forIndexSchemaName)
public String getForIndexCatalogName()
public void setForIndexCatalogName(String forIndexCatalogName)
Copyright © 2016 Liquibase.org. All rights reserved.