#include <result-set.h>
Inheritance diagram for GQL::ResultSet:
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.
|
|
Get a value.
Implemented in GQL::ModResultSet. |
|
|
|
|
|
Implemented in GQL::ModResultSet. |
|
Implemented in GQL::ModResultSet. |