public class SQLCreateSequenceStatement extends SQLStatementImpl implements SQLCreateStatement
| Constructor and Description |
|---|
SQLCreateSequenceStatement() |
| Modifier and Type | Method and Description |
|---|---|
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, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(SQLASTVisitor visitor)
public List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class 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–2018 Alibaba Group. All rights reserved.