Public Member Functions | Private Attributes

MySQLResult Class Reference

Inherits SQL::Result.

Collaboration diagram for MySQLResult:
Collaboration graph
[legend]

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

Detailed Description

A MySQL result

Definition at line 49 of file m_mysql.cpp.


Constructor & Destructor Documentation

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.


Field Documentation

MYSQL_RES* MySQLResult::res [private]

Definition at line 51 of file m_mysql.cpp.


The documentation for this class was generated from the following file: