db_conn  v0.2.1-alpha
Database Connection API
vgi::dbconn::dbd::sqlite::connection Class Reference

connection - is a class that implements dbi::iconnection interface and represents native database connection handle, in case of sqlite it's a C++ wrap around around sqlite3. More...

#include <sqlite_driver.hpp>

Inheritance diagram for vgi::dbconn::dbd::sqlite::connection:
Collaboration diagram for vgi::dbconn::dbd::sqlite::connection:

Detailed Description

connection - is a class that implements dbi::iconnection interface and represents native database connection handle, in case of sqlite it's a C++ wrap around around sqlite3.

connection object cannot be instantiated directly, only via driver get_connection() function call. connection objects automatically delete the native connection handle they manage as soon as they themselves are destroyed.

Definition at line 580 of file sqlite_driver.hpp.


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