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 catalogName, String schemaName, String tableName, String constraintName)
           
 
Method Summary
 String getCatalogName()
           
 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 catalogName,
                               String schemaName,
                               String tableName,
                               String constraintName)
Method Detail

getCatalogName

public String getCatalogName()

getSchemaName

public String getSchemaName()

getTableName

public String getTableName()

getConstraintName

public String getConstraintName()


Copyright © 2015 Liquibase.org. All rights reserved.