#include <Tuple.h>
Public Member Functions | |
TupleItem (std::string value="", bool isNull=false) | |
bool | isNull () |
std::string | getValue () |
|
Constructs a TupleItem
|
|
get the value of this item
|
|
is this tuple value SQL NULL
|