1 #ifndef simpleRDBTable_H 2 #define simpleRDBTable_H 30 #include <suplibxx/str.h> 31 #include <Exception/Exception.h> 33 #include <rdbxx/RDBColumn.h> 34 #include <rdbxx/RDB.h> 45 template<
class Type >
63 const char* header[] )
78 void print( std::ostream& os )
const;
85 const char** rdb_header;
100 size_t count_num_args(
const char* str[] );
104 #ifndef simpleRDBTable_cc 105 #include <rdbxx/simpleRDBTable.cc> Type * readRow()
Read a row of the RDB table.
Provides interface for manipulating RDB tables.
static void getData(RDBColumn *rdbcol, std::string &val)
Given an RDBColumn, get a string value.
A simple interface to the RDB++ read a row of an rdb table to initialize a class Type.
Provides interface for general column related methods.