Inherits SQL::Result.

Public Member Functions | |
| MySQLResult (unsigned int i, const Query &q, const Anope::string &fq, MYSQL_RES *r) | |
| MySQLResult (const Query &q, const Anope::string &fq, const Anope::string &err) | |
| ~MySQLResult () | |
Private Attributes | |
| MYSQL_RES * | res |
A MySQL result
Definition at line 49 of file m_mysql.cpp.
| MySQLResult::MySQLResult | ( | unsigned int | i, | |
| const Query & | q, | |||
| const Anope::string & | fq, | |||
| MYSQL_RES * | r | |||
| ) | [inline] |
Definition at line 54 of file m_mysql.cpp.
References Anope::string::push_back().
| MySQLResult::MySQLResult | ( | const Query & | q, | |
| const Anope::string & | fq, | |||
| const Anope::string & | err | |||
| ) | [inline] |
Definition at line 84 of file m_mysql.cpp.
| MySQLResult::~MySQLResult | ( | ) | [inline] |
Definition at line 88 of file m_mysql.cpp.
MYSQL_RES* MySQLResult::res [private] |
Definition at line 51 of file m_mysql.cpp.
1.7.1