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()
           
 Boolean getDropIndex()
           
 String getSchemaName()
           
 String getTableName()
           
 void setDropIndex(Boolean dropIndex)
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, 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()

getDropIndex

public Boolean getDropIndex()

setDropIndex

public void setDropIndex(Boolean dropIndex)


Copyright © 2016 Liquibase.org. All rights reserved.