#include <RdbMySQLRow.hh>
Public Member Functions | |
| RdbMySQLRow (char **row, unsigned long *lengths) | |
| ~RdbMySQLRow () | |
| const char * | at (unsigned int i) const |
| get the specified field as a string | |
| unsigned long | size (unsigned int i) const |
| get the size of the string | |
| template<typename T> bool | at (unsigned int i, T &val) const |
| do a type conversion | |
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 67 of file RdbMySQLRow.hh.
|
||||||||||||
|
Constructor takes MYSQL_ROW pointer, and the fields list Definition at line 74 of file RdbMySQLRow.hh. |
|
|
Definition at line 77 of file RdbMySQLRow.hh. |
|
||||||||||||||||
|
do a type conversion
Definition at line 87 of file RdbMySQLRow.hh. |
|
|
get the specified field as a string
Definition at line 80 of file RdbMySQLRow.hh. Referenced by at(), and RdbMySQLDumpTable::runApp(). |
|
|
get the size of the string
Definition at line 83 of file RdbMySQLRow.hh. Referenced by at(). |
1.3-rc3