hibernated ~master (2022-05-12T12:51:05.6150498)
Dub
Repo
FromClauseItem
hibernated
query
Undocumented in source.
class
FromClauseItem {
string
entityName
;
const
EntityInfo
entity
;
string
entityAlias
;
string
sqlAlias
;
int
startColumn
;
int
selectedColumns
;
JoinType
joinType
;
bool
fetch
;
FromClauseItem
base
;
const
PropertyInfo
baseProperty
;
string
pathString
;
int
index
;
int
selectIndex
;
string
getFullPath
();
this
(EntityInfo entity, string entityAlias, JoinType joinType, bool fetch, FromClauseItem base, PropertyInfo baseProperty);
}
Constructors
this
this
(EntityInfo entity, string entityAlias, JoinType joinType, bool fetch, FromClauseItem base, PropertyInfo baseProperty)
Undocumented in source.
Members
Functions
getFullPath
string
getFullPath
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
base
FromClauseItem
base
;
Undocumented in source.
baseProperty
PropertyInfo
baseProperty
;
Undocumented in source.
entity
EntityInfo
entity
;
Undocumented in source.
entityAlias
string
entityAlias
;
Undocumented in source.
entityName
string
entityName
;
Undocumented in source.
fetch
bool
fetch
;
Undocumented in source.
index
int
index
;
Undocumented in source.
joinType
JoinType
joinType
;
Undocumented in source.
pathString
string
pathString
;
Undocumented in source.
selectIndex
int
selectIndex
;
Undocumented in source.
selectedColumns
int
selectedColumns
;
Undocumented in source.
sqlAlias
string
sqlAlias
;
Undocumented in source.
startColumn
int
startColumn
;
Undocumented in source.
Meta
Source
See Implementation
hibernated
query
aliases
enforceHelper
classes
FromClause
FromClauseItem
ParameterValues
ParsedQuery
QueryParser
Token
enums
JoinType
KeywordType
OperatorType
TokenType
functions
isKeyword
isOperator
operatorPrecedency
tokenize
structs
OrderByClauseItem
SelectClauseItem