PGSelectStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SQLSelect select)
Undocumented in source.

Members

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(PGASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SQLSelectStatement

select
SQLSelect select;
Undocumented in source.
getSelect
SQLSelect getSelect()
Undocumented in source. Be warned that the author may not have intended to support it.
setSelect
void setSelect(SQLSelect select)
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.
accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLSelectStatement clone()
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.
addWhere
bool addWhere(SQLExpr where)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta