com.alibaba.druid.sql.dialect.oracle.ast.stmt
Class OracleCreateSequenceStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleStatementImpl
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
OracleCreateSequenceStatement
public OracleCreateSequenceStatement()
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.