liquibase.statement.core
Class DropPrimaryKeyStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.statement.core.DropPrimaryKeyStatement
All Implemented Interfaces:
SqlStatement

public class DropPrimaryKeyStatement
extends AbstractSqlStatement


Constructor Summary
DropPrimaryKeyStatement(String schemaName, String tableName, String constraintName)
           
 
Method Summary
 String getConstraintName()
           
 String getSchemaName()
           
 String getTableName()
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropPrimaryKeyStatement

public DropPrimaryKeyStatement(String schemaName,
                               String tableName,
                               String constraintName)
Method Detail

getSchemaName

public String getSchemaName()

getTableName

public String getTableName()

getConstraintName

public String getConstraintName()


Copyright © 2012 Liquibase.org. All Rights Reserved.