Package liquibase.statement.core
Class DropViewStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropViewStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
ConstructorsConstructorDescriptionDropViewStatement
(String catalogName, String schemaName, String viewName) DropViewStatement
(String catalogName, String schemaName, String viewName, Boolean ifExists) -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
Methods inherited from interface liquibase.statement.SqlStatement
getFormattedStatement
-
Constructor Details
-
DropViewStatement
-
DropViewStatement
-
-
Method Details
-
getCatalogName
-
getSchemaName
-
getViewName
-
isIfExists
-