com.alibaba.druid.sql.dialect.oracle.ast.stmt
类 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
- 所有已实现的接口:
- SQLObject, SQLStatement, OracleSQLObject, OracleStatement
public class OracleCreateSequenceStatement
- extends OracleStatementImpl
OracleCreateSequenceStatement
public OracleCreateSequenceStatement()
accept0
public void accept0(OracleASTVisitor visitor)
- 指定者:
- 接口
OracleSQLObject 中的 accept0 - 指定者:
- 类
OracleStatementImpl 中的 accept0
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)
getMinValue
public SQLExpr getMinValue()
setMinValue
public void setMinValue(SQLExpr minValue)
isNoMaxValue
public boolean isNoMaxValue()
setNoMaxValue
public void setNoMaxValue(boolean noMaxValue)
isNoMinValue
public boolean isNoMinValue()
setNoMinValue
public void setNoMinValue(boolean noMinValue)
Copyright © 2013 Alibaba Group. All Rights Reserved.