#include <Tuple.h>
Public Member Functions | |
Tuple (ResultSetMetaData &metaData) | |
Tuple (ResultSetMetaData *metaData) | |
Tuple (const Tuple &tuple) | |
Tuple & | operator= (const Tuple &tuple) |
void | addTupleItem (TupleItem item) |
ResultSetMetaData * | getMetaData () |
ResultSetMetaData | getTupleMetaData () |
double | getDouble (std::string columnName) throw (RGMAException) |
float | getFloat (std::string columnName) throw (RGMAException) |
std::string | getString (std::string columnName) throw (RGMAException) |
int | getInt (std::string columnName) throw (RGMAException) |
bool | getBoolean (std::string columnName) throw (RGMAException) |
bool | isNull (std::string columnName) throw (RGMAException) |
|
|
|
Add an item to the list of TupleItems
|
|
get the value of a column as a bool
|
|
get the value of a column as a double
|
|
get the value of a column as a float
|
|
get the value of a column as a int
|
|
get the result set meta data object
|
|
get the value of a column as a string
|
|
get the result set meta data object
|
|
Is a value in the column null
|