#include <boss_mysql_result.h>
Public Member Functions | |
| MySQL_Result () | |
| MySQL_Result (MySQL_Handler *b, MYSQL_RES *r) throw (MySQL_QueryFailed) | |
| MySQL_Result (const MySQL_Result &r) | |
| ~MySQL_Result () | |
| MySQL_Result & | operator= (const MySQL_Result &r) |
| string | operator() (const unsigned &row, const unsigned &col) const throw (MySQL_QueryFailed, MySQL_IndexOutOfRange) |
| string | operator() (const unsigned &row, const string &col) const throw (MySQL_QueryFailed) |
| unsigned | col () const |
| unsigned | row () const |
| bool | valid () const |
Private Attributes | |
| MySQL_Handler * | base |
| MYSQL_RES * | result |
| MySQL_FieldMap | field_map |
Friends | |
| ostream & | operator<< (ostream &out, const MySQL_Result &r) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3.6