liquibase.statement.core
Class DropPrimaryKeyStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropPrimaryKeyStatement
- All Implemented Interfaces:
- SqlStatement
public class DropPrimaryKeyStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropPrimaryKeyStatement
public DropPrimaryKeyStatement(String catalogName,
String schemaName,
String tableName,
String constraintName)
getCatalogName
public String getCatalogName()
getSchemaName
public String getSchemaName()
getTableName
public String getTableName()
getConstraintName
public String getConstraintName()
Copyright © 2015 Liquibase.org. All rights reserved.