liquibase.statement.core
Class DropSequenceStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.statement.core.DropSequenceStatement
All Implemented Interfaces:
SqlStatement

public class DropSequenceStatement
extends AbstractSqlStatement


Constructor Summary
DropSequenceStatement(String catalogName, String schemaName, String sequenceName)
           
 
Method Summary
 String getCatalogName()
           
 String getSchemaName()
           
 String getSequenceName()
           
 boolean skipOnUnsupported()
           
 
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
 

Constructor Detail

DropSequenceStatement

public DropSequenceStatement(String catalogName,
                             String schemaName,
                             String sequenceName)
Method Detail

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()


Copyright © 2016 Liquibase.org. All rights reserved.