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