db_conn  v0.2.1-alpha
Database Connection API
vgi::dbconn::dbd::sybase::result_set Class Reference

result_set - is a class that implements dbi::iresult_set interface and represents results of SQL query execution with collection of helper function to make the retrieval of the results of a query execution an easy task. More...

#include <sybase_driver.hpp>

Inheritance diagram for vgi::dbconn::dbd::sybase::result_set:
Collaboration diagram for vgi::dbconn::dbd::sybase::result_set:

Detailed Description

result_set - is a class that implements dbi::iresult_set interface and represents results of SQL query execution with collection of helper function to make the retrieval of the results of a query execution an easy task.

result_set object cannot be instantiated directly, only via statement execute() function call. result_set objects automatically cancel executed queries and destroy allocated memory as they go out of scope.

Definition at line 92 of file sybase_driver.hpp.


The documentation for this class was generated from the following file: