|
VSQLite++ 0.3
|
A internal used class, shall not be used from users. More...
#include <private_accessor.hpp>

Static Public Member Functions | |
| static struct sqlite3 * | get_handle (connection &m_con) |
| static void | acccess_check (connection &m_con) |
| static sqlite3_stmt * | acquire_cached_statement (connection &con, std::string const &sql) |
| static void | release_cached_statement (connection &con, std::string const &sql, sqlite3_stmt *stmt) |
| static void | clear_statement_cache (connection &con) |
A internal used class, shall not be used from users.
Definition at line 42 of file private_accessor.hpp.
|
inlinestatic |
Definition at line 46 of file private_accessor.hpp.
References sqlite::v2::connection::access_check().

|
inlinestatic |
Definition at line 49 of file private_accessor.hpp.
References sqlite::v2::connection::acquire_cached_statement().

|
inlinestatic |
Definition at line 56 of file private_accessor.hpp.
References sqlite::v2::connection::clear_statement_cache().

|
inlinestatic |
Definition at line 43 of file private_accessor.hpp.
References sqlite::v2::connection::handle.
|
inlinestatic |
Definition at line 52 of file private_accessor.hpp.
References sqlite::v2::connection::release_cached_statement().
