VSQLite++ 0.3
Loading...
Searching...
No Matches
sqlite::v2::private_accessor Struct Reference

A internal used class, shall not be used from users. More...

#include <private_accessor.hpp>

Collaboration diagram for sqlite::v2::private_accessor:
Collaboration graph

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)

Detailed Description

A internal used class, shall not be used from users.

Definition at line 42 of file private_accessor.hpp.

Member Function Documentation

◆ acccess_check()

void sqlite::v2::private_accessor::acccess_check ( connection & m_con)
inlinestatic

Definition at line 46 of file private_accessor.hpp.

References sqlite::v2::connection::access_check().

Here is the call graph for this function:

◆ acquire_cached_statement()

sqlite3_stmt * sqlite::v2::private_accessor::acquire_cached_statement ( connection & con,
std::string const & sql )
inlinestatic

Definition at line 49 of file private_accessor.hpp.

References sqlite::v2::connection::acquire_cached_statement().

Here is the call graph for this function:

◆ clear_statement_cache()

void sqlite::v2::private_accessor::clear_statement_cache ( connection & con)
inlinestatic

Definition at line 56 of file private_accessor.hpp.

References sqlite::v2::connection::clear_statement_cache().

Here is the call graph for this function:

◆ get_handle()

struct sqlite3 * sqlite::v2::private_accessor::get_handle ( connection & m_con)
inlinestatic

Definition at line 43 of file private_accessor.hpp.

References sqlite::v2::connection::handle.

◆ release_cached_statement()

void sqlite::v2::private_accessor::release_cached_statement ( connection & con,
std::string const & sql,
sqlite3_stmt * stmt )
inlinestatic

Definition at line 52 of file private_accessor.hpp.

References sqlite::v2::connection::release_cached_statement().

Here is the call graph for this function:

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