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

DropViewStatement

public DropViewStatement(String catalogName,
                         String schemaName,
                         String viewName)
Method Detail

getCatalogName

public String getCatalogName()

getSchemaName

public String getSchemaName()

getViewName

public String getViewName()


Copyright © 2016 Liquibase.org. All rights reserved.