liquibase.statement.core
Class DropViewStatement

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

public class DropViewStatement
extends AbstractSqlStatement


Constructor Summary
DropViewStatement(String schemaName, String viewName)
           
 
Method Summary
 String getSchemaName()
           
 String getViewName()
           
 
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

DropViewStatement

public DropViewStatement(String schemaName,
                         String viewName)
Method Detail

getSchemaName

public String getSchemaName()

getViewName

public String getViewName()


Copyright © 2012 Liquibase.org. All Rights Reserved.