#include <result-set.h>
Inheritance diagram for GQL::ResultSet:
Public Methods | |
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 () |
Public Attributes | |
SigC::Signal0< void > | destroy |
|
|
|
|
|
Implemented in GQL::ModResultSet. |
|
|
|
|
|
Implemented in GQL::ModResultSet. |
|
Implemented in GQL::ModResultSet. |
|
|