liquibase.statement.core
Class DropTableStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropTableStatement
- All Implemented Interfaces:
- SqlStatement
public class DropTableStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropTableStatement
public DropTableStatement(String schemaName,
String tableName,
boolean cascadeConstraints)
getSchemaName
public String getSchemaName()
getTableName
public String getTableName()
isCascadeConstraints
public boolean isCascadeConstraints()
Copyright © 2012 Liquibase.org. All Rights Reserved.