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