| ★ wanayoo — archive 1999 http://gql.sourceforge.net/docs/native-api/class_gql__resultset.html | Nouvelle recherche | Portail wanayoo |
#include <gql++/result-set.h>
Class diagram for GQL::ResultSet:

Public Members | |||
![]() | ![]() | ResultSet (Connection *conn) | |
![]() | ![]() | virtual | ~ResultSet () |
![]() | ![]() | virtual bool | next () = 0 throw (SQLException) |
![]() | ![]() | virtual void | get (int i, SQLObject *obj) const = 0 throw (SQLException) |
![]() | ![]() | virtual ResultSetMetaData* | get_meta_data () = 0 |
![]() | ![]() | const Connection* | get_connection () const |
![]() | ![]() | Connection* | get_connection () |
![]() | ![]() | SigC::Signal0<void> | destroy |
| GQL::ResultSet::ResultSet (Connection * conn) |
virtual GQL::ResultSet::~ResultSet () [virtual]
|
virtual bool GQL::ResultSet::next () throw (SQLException) [pure virtual]
|
Reimplemented in GQL::ModResultSet.
virtual void GQL::ResultSet::get (int i, SQLObject * obj) const throw (SQLException) [pure virtual]
|
Reimplemented in GQL::ModResultSet.
virtual ResultSetMetaData* GQL::ResultSet::get_meta_data () [pure virtual]
|
Reimplemented in GQL::ModResultSet.
const Connection * GQL::ResultSet::get_connection () const [inline]
|
Connection * GQL::ResultSet::get_connection () [inline]
|
| SigC::Signal0<void> GQL::ResultSet::destroy |
1.0.0 written by Dimitri van Heesch,
© 1997-1999