liquibase.statement.core
Class DropSequenceStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropSequenceStatement
- All Implemented Interfaces:
- SqlStatement
public class DropSequenceStatement
- extends AbstractSqlStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropSequenceStatement
public DropSequenceStatement(String catalogName,
String schemaName,
String sequenceName)
skipOnUnsupported
public boolean skipOnUnsupported()
- Specified by:
skipOnUnsupported
in interface SqlStatement
- Overrides:
skipOnUnsupported
in class AbstractSqlStatement
getCatalogName
public String getCatalogName()
getSchemaName
public String getSchemaName()
getSequenceName
public String getSequenceName()
getOnlyIfExists
public Boolean getOnlyIfExists()
setOnlyIfExists
public void setOnlyIfExists(Boolean onlyIfExists)
Copyright © 2016 Liquibase.org. All rights reserved.