Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

GQL::ResultSet Class Reference

#include <result-set.h>

Inheritance diagram for GQL::ResultSet:

GQL::Warnable GQL::ModResultSet List of all members.

Public Member Functions

 ResultSet (Connection *conn)
 Constructor.

virtual ~ResultSet ()
 Destructor.

virtual bool next ()=0 throw (SQLException)
virtual SQLObjectget (int col, SQLObject *obj) const=0 throw (SQLException)
 Get a value.

virtual const ResultSetMetaDataget_meta_data () const=0
const Connectionget_connection () const
Connectionget_connection ()

Constructor & Destructor Documentation

GQL::ResultSet::ResultSet Connection conn  )  [inline]
 

Constructor.

Parameters:
conn Connection this ResultSet belongs to.

virtual GQL::ResultSet::~ResultSet  )  [virtual]
 

Destructor.


Member Function Documentation

virtual SQLObject* GQL::ResultSet::get int  col,
SQLObject obj
const throw (SQLException) [pure virtual]
 

Get a value.

Parameters:
col Column index.
obj SQLObject to fetch value into.
Returns:
obj.

Implemented in GQL::ModResultSet.

Connection* GQL::ResultSet::get_connection  )  [inline]
 

const Connection* GQL::ResultSet::get_connection  )  const [inline]
 

virtual const ResultSetMetaData* GQL::ResultSet::get_meta_data  )  const [pure virtual]
 

Implemented in GQL::ModResultSet.

virtual bool GQL::ResultSet::next  )  throw (SQLException) [pure virtual]
 

Implemented in GQL::ModResultSet.


The documentation for this class was generated from the following file:
Generated on Thu May 1 18:08:02 2003 for gql by doxygen1.3