Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

glite::rgma::Tuple::TupleItem Class Reference

#include <Tuple.h>

List of all members.

Public Member Functions

 TupleItem (std::string value="", bool isNull=false)
bool isNull ()
std::string getValue ()


Detailed Description

class that stores the value of a tuple column and metadata associated with the value, type. colum name and table name


Constructor & Destructor Documentation

glite::rgma::Tuple::TupleItem::TupleItem std::string  value = "",
bool  isNull = false
 

Constructs a TupleItem

Parameters:
value a stringified representation of the value
isNull is the value NULL


Member Function Documentation

std::string glite::rgma::Tuple::TupleItem::getValue  ) 
 

get the value of this item

Returns:
the value as a string

bool glite::rgma::Tuple::TupleItem::isNull  ) 
 

is this tuple value SQL NULL

Returns:
true if NULL otherwise false


The documentation for this class was generated from the following files:
Generated on Thu May 11 19:23:44 2006 for glite-rgma-api-cpp by doxygen 1.3.5