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 schemaName,
String tableName,
String columnNames,
String constraintName)
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 © 2012 Liquibase.org. All Rights Reserved.