public class OracleCreateSequenceStatement extends OracleStatementImpl
构造器和说明 |
---|
OracleCreateSequenceStatement() |
限定符和类型 | 方法和说明 |
---|---|
void |
accept0(OracleASTVisitor visitor) |
Boolean |
getCache() |
Boolean |
getCycle() |
SQLExpr |
getIncrementBy() |
SQLExpr |
getMaxValue() |
SQLExpr |
getMinValue() |
SQLName |
getName() |
Boolean |
getOrder() |
SQLExpr |
getStartWith() |
boolean |
isNoMaxValue() |
boolean |
isNoMinValue() |
void |
setCache(Boolean cache) |
void |
setCycle(Boolean cycle) |
void |
setIncrementBy(SQLExpr incrementBy) |
void |
setMaxValue(SQLExpr maxValue) |
void |
setMinValue(SQLExpr minValue) |
void |
setName(SQLName name) |
void |
setNoMaxValue(boolean noMaxValue) |
void |
setNoMinValue(boolean noMinValue) |
void |
setOrder(Boolean order) |
void |
setStartWith(SQLExpr startWith) |
toString
getDbType, setDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
在接口中 OracleSQLObject
accept0
在类中 OracleStatementImpl
public SQLName getName()
public void setName(SQLName name)
public SQLExpr getStartWith()
public void setStartWith(SQLExpr startWith)
public SQLExpr getIncrementBy()
public void setIncrementBy(SQLExpr incrementBy)
public SQLExpr getMaxValue()
public void setMaxValue(SQLExpr maxValue)
public Boolean getCycle()
public void setCycle(Boolean cycle)
public Boolean getCache()
public void setCache(Boolean cache)
public Boolean getOrder()
public void setOrder(Boolean order)
public SQLExpr getMinValue()
public void setMinValue(SQLExpr minValue)
public boolean isNoMaxValue()
public void setNoMaxValue(boolean noMaxValue)
public boolean isNoMinValue()
public void setNoMinValue(boolean noMinValue)
Copyright © 2013–2016 Alibaba Group. All rights reserved.