ParsedQuery

Undocumented in source.

Constructors

this
this(string hql)
Undocumented in source.

Members

Functions

addParam
void addParam(string paramName)
Undocumented in source. Be warned that the author may not have intended to support it.
appendSQL
void appendSQL(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
appendSpace
void appendSpace()
Undocumented in source. Be warned that the author may not have intended to support it.
createParams
ParameterValues createParams()
Undocumented in source. Be warned that the author may not have intended to support it.
getParam
int[] getParam(string paramName)
Undocumented in source. Be warned that the author may not have intended to support it.
setColCount
void setColCount(int cnt)
Undocumented in source. Be warned that the author may not have intended to support it.
setEntity
void setEntity(EntityInfo entity)
Undocumented in source. Be warned that the author may not have intended to support it.
setFromClause
void setFromClause(FromClause from)
Undocumented in source. Be warned that the author may not have intended to support it.
setSelect
void setSelect(SelectClauseItem[] items)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

colCount
int colCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
entity
const(EntityInfo) entity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
from
FromClause from [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hql
string hql [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
select
SelectClauseItem[] select [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sql
string sql [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta