liquibase.statement.ext
Class DescribeSequenceStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.statement.ext.DescribeSequenceStatement
All Implemented Interfaces:
liquibase.statement.SqlStatement

public class DescribeSequenceStatement
extends liquibase.statement.AbstractSqlStatement

Statement used to describe sequences

Author:
Leo Przybylski

Constructor Summary
DescribeSequenceStatement(String sequenceName)
           
 
Method Summary
 String getSequenceName()
           
 boolean skipOnUnsupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeSequenceStatement

public DescribeSequenceStatement(String sequenceName)
Method Detail

skipOnUnsupported

public boolean skipOnUnsupported()
Specified by:
skipOnUnsupported in interface liquibase.statement.SqlStatement
Overrides:
skipOnUnsupported in class liquibase.statement.AbstractSqlStatement

getSequenceName

public String getSequenceName()


Copyright © 2011 Leo Przybylski. All Rights Reserved.