db_conn
v0.2.1-alpha
Database Connection API
|
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>
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.