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()
Copyright © 2014 Liquibase.org. All Rights Reserved.