com.alibaba.druid.sql.dialect.oracle.ast.stmt
Class OracleCreateSequenceStatement

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
          extended by com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleStatementImpl
              extended by com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleCreateSequenceStatement
All Implemented Interfaces:
SQLObject, SQLStatement, OracleSQLObject, OracleStatement, Serializable

public class OracleCreateSequenceStatement
extends OracleStatementImpl

See Also:
Serialized Form

Constructor Summary
OracleCreateSequenceStatement()
           
 
Method Summary
 void accept0(OracleASTVisitor visitor)
           
 Boolean getCache()
           
 Boolean getCycle()
           
 SQLExpr getIncrementBy()
           
 SQLExpr getMaxValue()
           
 SQLName getName()
           
 Boolean getOrder()
           
 SQLExpr getStartWith()
           
 void setCache(Boolean cache)
           
 void setCycle(Boolean cycle)
           
 void setIncrementBy(SQLExpr incrementBy)
           
 void setMaxValue(SQLExpr maxValue)
           
 void setName(SQLName name)
           
 void setOrder(Boolean order)
           
 void setStartWith(SQLExpr startWith)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
output
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

OracleCreateSequenceStatement

public OracleCreateSequenceStatement()
Method Detail

accept0

public void accept0(OracleASTVisitor visitor)
Specified by:
accept0 in interface OracleSQLObject
Specified by:
accept0 in class OracleStatementImpl

getName

public SQLName getName()

setName

public void setName(SQLName name)

getStartWith

public SQLExpr getStartWith()

setStartWith

public void setStartWith(SQLExpr startWith)

getIncrementBy

public SQLExpr getIncrementBy()

setIncrementBy

public void setIncrementBy(SQLExpr incrementBy)

getMaxValue

public SQLExpr getMaxValue()

setMaxValue

public void setMaxValue(SQLExpr maxValue)

getCycle

public Boolean getCycle()

setCycle

public void setCycle(Boolean cycle)

getCache

public Boolean getCache()

setCache

public void setCache(Boolean cache)

getOrder

public Boolean getOrder()

setOrder

public void setOrder(Boolean order)


Copyright © 2012 Alibaba Group. All Rights Reserved.