NamedQueryDesc

class NamedQueryDesc : AbstractNamedQueryDesc (
string symbol
bool hasNumber
) {}

Constructors

this
this(string namedSql)
Undocumented in source.

Inherited Members

From AbstractNamedQueryDesc

indexSet
int[][string] indexSet;
Undocumented in source.
namedSql
string namedSql;
Undocumented in source.
sql
string sql;
Undocumented in source.
_size
int _size;
Undocumented in source.
getIndexSet
int[][string] getIndexSet()
Undocumented in source. Be warned that the author may not have intended to support it.
getNamedSql
string getNamedSql()
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.
getSize
int getSize()
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

Meta