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 TypeMethodDescriptionbooleanMethods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.statement.SqlStatement
getFormattedStatement
-
Constructor Details
-
DropSequenceStatement
-
-
Method Details
-
skipOnUnsupported
public boolean skipOnUnsupported()- Specified by:
skipOnUnsupportedin interfaceSqlStatement- Overrides:
skipOnUnsupportedin classAbstractSqlStatement
-
getCatalogName
-
getSchemaName
-
getSequenceName
-