public class SQLCreateSequenceStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLCreateSequenceStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLASTVisitor 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) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(SQLASTVisitor visitor)
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–2017 Alibaba Group. All rights reserved.