- accept0
void accept0(SQLASTVisitor visitor)
 Undocumented in source. Be warned that the author may not have intended to support it.
- getCache
Boolean getCache()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getCacheValue
SQLExpr getCacheValue()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getChildren
List!SQLObject getChildren()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getCycle
Boolean getCycle()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getIncrementBy
SQLExpr getIncrementBy()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getMaxValue
SQLExpr getMaxValue()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getMinValue
SQLExpr getMinValue()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getName
SQLName getName()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getOrder
Boolean getOrder()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getSchema
string getSchema()
 Undocumented in source. Be warned that the author may not have intended to support it.
- getStartWith
SQLExpr getStartWith()
 Undocumented in source. Be warned that the author may not have intended to support it.
- isNoMaxValue
bool isNoMaxValue()
 Undocumented in source. Be warned that the author may not have intended to support it.
- isNoMinValue
bool isNoMinValue()
 Undocumented in source. Be warned that the author may not have intended to support it.
- setCache
void setCache(Boolean cache)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setCacheValue
void setCacheValue(SQLExpr cacheValue)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setCycle
void setCycle(Boolean cycle)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setIncrementBy
void setIncrementBy(SQLExpr incrementBy)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setMaxValue
void setMaxValue(SQLExpr maxValue)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setMinValue
void setMinValue(SQLExpr minValue)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setName
void setName(SQLName name)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setNoMaxValue
void setNoMaxValue(bool noMaxValue)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setNoMinValue
void setNoMinValue(bool noMinValue)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setOrder
void setOrder(Boolean order)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setStartWith
void setStartWith(SQLExpr startWith)
 Undocumented in source. Be warned that the author may not have intended to support it.
Created by wenshao on 16/9/14.