Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class 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 SQLObject * get (int col, SQLObject *obj) const =0 throw (SQLException)
 Get a value.
virtual const ResultSetMetaData * get_meta_data () const =0
const Connection * get_connection () const
Connection * get_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 Tue Oct 19 08:48:11 2004 for gql by  doxygen 1.3.9.1