Package liquibase.statement.core
Class DropSequenceStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropSequenceStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
ConstructorsConstructorDescriptionDropSequenceStatement
(String catalogName, String schemaName, String sequenceName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError
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
-
DropSequenceStatement
-
-
Method Details
-
skipOnUnsupported
public boolean skipOnUnsupported()- Specified by:
skipOnUnsupported
in interfaceSqlStatement
- Overrides:
skipOnUnsupported
in classAbstractSqlStatement
-
getCatalogName
-
getSchemaName
-
getSequenceName
-