- accept
void accept(SQLASTVisitor visitor)
Undocumented in source.
- clone
SQLObject clone()
Undocumented in source.
- getParent
SQLObject getParent()
Undocumented in source.
- setParent
void setParent(SQLObject parent)
Undocumented in source.
- getAttributes
Map!(string, Object) getAttributes()
Undocumented in source.
- getAttribute
Object getAttribute(string name)
Undocumented in source.
- putAttribute
void putAttribute(string name, Object value)
Undocumented in source.
- getAttributesDirect
Map!(string, Object) getAttributesDirect()
Undocumented in source.
- output
void output(StringBuilder buf)
Undocumented in source.
- addBeforeComment
void addBeforeComment(string comment)
Undocumented in source.
- addBeforeComment
void addBeforeComment(List!string comments)
Undocumented in source.
- getBeforeCommentsDirect
List!string getBeforeCommentsDirect()
Undocumented in source.
- addAfterComment
void addAfterComment(string comment)
Undocumented in source.
- addAfterComment
void addAfterComment(List!string comments)
Undocumented in source.
- getAfterCommentsDirect
List!string getAfterCommentsDirect()
Undocumented in source.
- hasBeforeComment
bool hasBeforeComment()
Undocumented in source.
- hasAfterComment
bool hasAfterComment()
Undocumented in source.