liquibase.statement.core
Class DropTableStatement

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

public class DropTableStatement
extends AbstractSqlStatement


Constructor Summary
DropTableStatement(String catalogName, String schemaName, String tableName, boolean cascadeConstraints)
           
 
Method Summary
 String getCatalogName()
           
 String getSchemaName()
           
 String getTableName()
           
 boolean isCascadeConstraints()
           
 
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

DropTableStatement

public DropTableStatement(String catalogName,
                          String schemaName,
                          String tableName,
                          boolean cascadeConstraints)
Method Detail

getCatalogName

public String getCatalogName()

getSchemaName

public String getSchemaName()

getTableName

public String getTableName()

isCascadeConstraints

public boolean isCascadeConstraints()


Copyright © 2016 Liquibase.org. All rights reserved.