db_conn  v0.2.1-alpha
Database Connection API
vgi::dbconn::dbd::sqlite::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 <sqlite_driver.hpp>

Inheritance diagram for vgi::dbconn::dbd::sqlite::result_set:
Collaboration diagram for vgi::dbconn::dbd::sqlite::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 203 of file sqlite_driver.hpp.


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