public class OracleCreateSequenceStatement extends OracleStatementImpl
构造器和说明 |
---|
OracleCreateSequenceStatement() |
限定符和类型 | 方法和说明 |
---|---|
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) |
output
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
accept, getAttribute, getAttributes, getAttributesDirect, getParent, 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)
Copyright © 2012 Alibaba Group. All Rights Reserved.