#include <Result.h>
Public Member Functions | |
| Result (cadbc &theDB) | |
| void | execQuery (const string &query) |
| string | getvalue (int row, int col) |
| int | nfields () const |
| int | ntuples () const |
| string | getFieldType (int i) |
Private Attributes | |
| cadbc * | db |
| vector< vector< string > > | data |
| vector< string > | fieldType |
| void Result::execQuery | ( | const string & | query | ) |
| string Result::getvalue | ( | int | row, | |
| int | col | |||
| ) | [inline] |
References data.
| int Result::nfields | ( | ) | const [inline] |
References data.
| string Result::getFieldType | ( | int | i | ) | [inline] |
References fieldType.
cadbc* Result::db [private] |
vector<vector<string> > Result::data [private] |
Referenced by getvalue(), nfields(), and ntuples().
vector<string> Result::fieldType [private] |
Referenced by getFieldType().
1.5.6