FromClause

Undocumented in source.

Members

Functions

add
FromClauseItem add(EntityInfo entity, string entityAlias, JoinType joinType, bool fetch, FromClauseItem base, PropertyInfo baseProperty)
Undocumented in source. Be warned that the author may not have intended to support it.
findByAlias
FromClauseItem findByAlias(string aliasName)
Undocumented in source. Be warned that the author may not have intended to support it.
findByPath
FromClauseItem findByPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
getSQL
string getSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
hasAlias
bool hasAlias(string aliasName)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
FromClauseItem opIndex(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
FromClauseItem opIndex(string aliasName)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

first
FromClauseItem first [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

items
FromClauseItem[] items;
Undocumented in source.

Meta