SQLSelect

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(SQLSelectQuery query)
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.
addWhere
bool addWhere(SQLExpr where)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLSelect clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getFirstQueryBlock
SQLSelectQueryBlock getFirstQueryBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
getForXmlOptions
List!string getForXmlOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
getForXmlOptionsSize
int getForXmlOptionsSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getHints
List!SQLHint getHints()
Undocumented in source. Be warned that the author may not have intended to support it.
getHintsSize
int getHintsSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getOffset
SQLExpr getOffset()
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.
getQuery
SQLSelectQuery getQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
getQueryBlock
SQLSelectQueryBlock getQueryBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
getRestriction
SQLObject getRestriction()
Undocumented in source. Be warned that the author may not have intended to support it.
getRowCount
SQLExpr getRowCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getWithSubQuery
SQLWithSubqueryClause getWithSubQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
getXmlPath
SQLExpr getXmlPath()
Undocumented in source. Be warned that the author may not have intended to support it.
isForBrowse
bool isForBrowse()
Undocumented in source. Be warned that the author may not have intended to support it.
isSimple
bool isSimple()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
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.
setForBrowse
void setForBrowse(bool forBrowse)
Undocumented in source. Be warned that the author may not have intended to support it.
setOffset
void setOffset(SQLExpr offset)
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.
setQuery
void setQuery(SQLSelectQuery query)
Undocumented in source. Be warned that the author may not have intended to support it.
setRestriction
void setRestriction(SQLObject restriction)
Undocumented in source. Be warned that the author may not have intended to support it.
setRowCount
void setRowCount(SQLExpr rowCount)
Undocumented in source. Be warned that the author may not have intended to support it.
setWithSubQuery
void setWithSubQuery(SQLWithSubqueryClause withSubQuery)
Undocumented in source. Be warned that the author may not have intended to support it.
setXmlPath
void setXmlPath(SQLExpr xmlPath)
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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

forBrowse
bool forBrowse;
Undocumented in source.
forXmlOptions
List!string forXmlOptions;
Undocumented in source.
hints
List!SQLHint hints;
Undocumented in source.
offset
SQLExpr offset;
Undocumented in source.
orderBy
SQLOrderBy orderBy;
Undocumented in source.
query
SQLSelectQuery query;
Undocumented in source.
restriction
SQLObject restriction;
Undocumented in source.
rowCount
SQLExpr rowCount;
Undocumented in source.
withSubQuery
SQLWithSubqueryClause withSubQuery;
Undocumented in source.
xmlPath
SQLExpr xmlPath;
Undocumented in source.

Meta