VSQLite++ 0.3
Loading...
Searching...
No Matches
sqlite::v2::statement_cache::entry Struct Reference
Collaboration diagram for sqlite::v2::statement_cache::entry:
Collaboration graph

Public Attributes

std::string sql
sqlite3_stmt * stmt = nullptr

Detailed Description

Definition at line 78 of file statement_cache.hpp.

Member Data Documentation

◆ sql

std::string sqlite::v2::statement_cache::entry::sql

Definition at line 79 of file statement_cache.hpp.

◆ stmt

sqlite3_stmt* sqlite::v2::statement_cache::entry::stmt = nullptr

Definition at line 80 of file statement_cache.hpp.


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