MysqlResult

Undocumented in source.

Constructors

this
this(MYSQL_RES* r, string sql)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
fieldNames
string[] fieldNames()
Undocumented in source. Be warned that the author may not have intended to support it.
fields
MYSQL_FIELD[] fields()
Undocumented in source. Be warned that the author may not have intended to support it.
front
MysqlRow front()
Undocumented in source. Be warned that the author may not have intended to support it.
getFieldIndex
int getFieldIndex(string field)
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

columnIsNull
bool[] columnIsNull;
Undocumented in source.
result
MYSQL_RES* result;
Undocumented in source.
row
MysqlRow row;
Undocumented in source.
sql
string sql;
Undocumented in source.

Meta