AbstractNamedQueryDesc

Constructors

this
this(string sql)
Undocumented in source.

Members

Functions

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.
getSize
int getSize()
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.

Variables

_size
int _size;
Undocumented in source.
indexSet
int[][string] indexSet;
Undocumented in source.
namedSql
string namedSql;
Undocumented in source.
sql
string sql;
Undocumented in source.

Meta