public class OracleCreateSequenceStatement extends OracleStatementImpl
| Constructor and Description |
|---|
OracleCreateSequenceStatement() |
| Modifier and Type | Method and Description |
|---|---|
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) |
toStringgetDbType, setDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleStatementImplpublic 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–2018 Alibaba Group. All rights reserved.