public class SQLCreateSequenceStatement extends SQLStatementImpl implements SQLCreateStatement
| 限定符和类型 | 字段和说明 |
|---|---|
private Boolean |
cache |
private SQLExpr |
cacheValue |
private Boolean |
cycle |
private SQLExpr |
incrementBy |
private SQLExpr |
maxValue |
private SQLExpr |
minValue |
private SQLName |
name |
private boolean |
noMaxValue |
private boolean |
noMinValue |
private Boolean |
order |
private SQLExpr |
startWith |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLCreateSequenceStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
Boolean |
getCache() |
SQLExpr |
getCacheValue() |
List<SQLObject> |
getChildren() |
Boolean |
getCycle() |
SQLExpr |
getIncrementBy() |
SQLExpr |
getMaxValue() |
SQLExpr |
getMinValue() |
SQLName |
getName() |
Boolean |
getOrder() |
String |
getSchema() |
SQLExpr |
getStartWith() |
boolean |
isNoMaxValue() |
boolean |
isNoMinValue() |
void |
setCache(Boolean cache) |
void |
setCacheValue(SQLExpr cacheValue) |
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) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentclone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLName name
private SQLExpr startWith
private SQLExpr incrementBy
private SQLExpr minValue
private SQLExpr maxValue
private boolean noMaxValue
private boolean noMinValue
private Boolean cycle
private Boolean cache
private SQLExpr cacheValue
private Boolean order
public void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplpublic 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)
public String getSchema()
public SQLExpr getCacheValue()
public void setCacheValue(SQLExpr cacheValue)
Copyright © 2013–2019 Alibaba Group. All rights reserved.