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

glite::rgma::ResultSetMetaData::MetaData Class Reference

#include <ResultSetMetaData.h>

List of all members.

Public Member Functions

 MetaData (std::string tableName, std::string columnName, int columnType)
std::string getTableName ()
std::string getColumnName ()
int getColumnType ()


Detailed Description

class that will encapsulate the metadata that is associated with a result set value


Constructor & Destructor Documentation

glite::rgma::ResultSetMetaData::MetaData::MetaData std::string  tableName,
std::string  columnName,
int  columnType
 

creates a MetaData object

Parameters:
tableName the name of the table from which the value has been retrieved
columnName the name of the column from which the value has been retrieved
columnType the type of the value see Types.h for valid types


Member Function Documentation

std::string glite::rgma::ResultSetMetaData::MetaData::getColumnName  ) 
 

get the column name

Returns:
the column name

int glite::rgma::ResultSetMetaData::MetaData::getColumnType  ) 
 

get the column type

Returns:
the column type see Types.h for valid types

std::string glite::rgma::ResultSetMetaData::MetaData::getTableName  ) 
 

get the table name

Returns:
the table name


The documentation for this class was generated from the following files:
Generated on Fri Mar 16 14:00:16 2007 for glite-rgma-api-cpp by doxygen 1.3.5