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() |
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()
Copyright © 2017 Liquibase.org. All rights reserved.