- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLOver clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(SQLOver x)
Undocumented in source. Be warned that the author may not have intended to support it.
- getOf
SQLName getOf()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOrderBy
SQLOrderBy getOrderBy()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPartitionBy
List!SQLExpr getPartitionBy()
Undocumented in source. Be warned that the author may not have intended to support it.
- getWindowing
SQLExpr getWindowing()
Undocumented in source. Be warned that the author may not have intended to support it.
- getWindowingBetweenBegin
SQLExpr getWindowingBetweenBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
- getWindowingBetweenEnd
SQLExpr getWindowingBetweenEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- getWindowingType
WindowingType getWindowingType()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWindowingBetweenBeginFollowing
bool isWindowingBetweenBeginFollowing()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWindowingBetweenBeginPreceding
bool isWindowingBetweenBeginPreceding()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWindowingBetweenEndFollowing
bool isWindowingBetweenEndFollowing()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWindowingBetweenEndPreceding
bool isWindowingBetweenEndPreceding()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWindowingFollowing
bool isWindowingFollowing()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWindowingPreceding
bool isWindowingPreceding()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOf
void setOf(SQLName of)
Undocumented in source. Be warned that the author may not have intended to support it.
- setOrderBy
void setOrderBy(SQLOrderBy orderBy)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowing
void setWindowing(SQLExpr windowing)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowingBetweenBegin
void setWindowingBetweenBegin(SQLExpr windowingBetweenBegin)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowingBetweenBeginFollowing
void setWindowingBetweenBeginFollowing(bool windowingBetweenBeginFollowing)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowingBetweenBeginPreceding
void setWindowingBetweenBeginPreceding(bool windowingBetweenBeginPreceding)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowingBetweenEnd
void setWindowingBetweenEnd(SQLExpr windowingBetweenEnd)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowingBetweenEndFollowing
void setWindowingBetweenEndFollowing(bool windowingBetweenEndFollowing)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowingBetweenEndPreceding
void setWindowingBetweenEndPreceding(bool windowingBetweenEndPreceding)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowingFollowing
void setWindowingFollowing(bool windowingFollowing)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowingPreceding
void setWindowingPreceding(bool windowingPreceding)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWindowingType
void setWindowingType(WindowingType windowingType)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
- parent
SQLObject parent;
Undocumented in source.
- attributes
Map!(string, Object) attributes;
Undocumented in source.
- accept
void accept(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source.
- acceptChild
void acceptChild(SQLASTVisitor visitor, List!(T) children)
Undocumented in source. Be warned that the author may not have intended to support it.
- acceptChild
void acceptChild(SQLASTVisitor visitor, SQLObject child)
Undocumented in source. Be warned that the author may not have intended to support it.
- output
void output(StringBuilder buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- getParent
SQLObject getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
- setParent
void setParent(SQLObject parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAttributes
Map!(string, Object) getAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAttribute
Object getAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- putAttribute
void putAttribute(string name, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAttributesDirect
Map!(string, Object) getAttributesDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
- addBeforeComment
void addBeforeComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
- addBeforeComment
void addBeforeComment(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBeforeCommentsDirect
List!string getBeforeCommentsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
- addAfterComment
void addAfterComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
- addAfterComment
void addAfterComment(List!string comments)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAfterCommentsDirect
List!string getAfterCommentsDirect()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasBeforeComment
bool hasBeforeComment()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAfterComment
bool hasAfterComment()
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLObject clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- computeDataType
SQLDataType computeDataType()
Undocumented in source. Be warned that the author may not have intended to support it.