#include <RdbMySQLResult.hh>
Public Member Functions | |
| RdbMySQLResult (st_mysql_res *res, RdbMySQLClient *client) | |
| RdbMySQLResult (unsigned long nrows) | |
| ~RdbMySQLResult () | |
| RdbMySQLHeader | header () const |
| get the result header. Only makes sense for SELECT-like queries | |
| unsigned long | size () const |
| get the number of the rows in the result. | |
Friends | |
| class | RdbMySQLRowIter |
This software was developed for the BaBar collaboration. If you use all or part of it, please give an appropriate acknowledgement.
Copyright (C) 2005 SLAC
Definition at line 69 of file RdbMySQLResult.hh.
|
||||||||||||
|
Constructor takes MYSQL_RES pointer, which must be non-zero |
|
|
Constructor takes the number of affected rows (for non-SELECT queries) Definition at line 67 of file RdbMySQLResult.cc. |
|
|
Definition at line 76 of file RdbMySQLResult.cc. References RdbMySQLClient::mysql_free_result(). |
|
|
get the result header. Only makes sense for SELECT-like queries
Definition at line 87 of file RdbMySQLResult.hh. |
|
|
get the number of the rows in the result.
Definition at line 90 of file RdbMySQLResult.hh. |
|
|
Definition at line 99 of file RdbMySQLResult.hh. |
1.3-rc3