|
VSQLite++ 0.3
|
#include <result_construct_params_private.hpp>

Public Attributes | |
| sqlite3 * | db |
| sqlite3_stmt * | statement |
| int | changes |
| std::function< void()> | access_check |
| std::function< bool()> | step |
| bool | ended |
Definition at line 43 of file result_construct_params_private.hpp.
| std::function<void()> sqlite::v2::result_construct_params_private::access_check |
Definition at line 47 of file result_construct_params_private.hpp.
| int sqlite::v2::result_construct_params_private::changes |
Definition at line 46 of file result_construct_params_private.hpp.
| sqlite3* sqlite::v2::result_construct_params_private::db |
Definition at line 44 of file result_construct_params_private.hpp.
| bool sqlite::v2::result_construct_params_private::ended |
Definition at line 49 of file result_construct_params_private.hpp.
| sqlite3_stmt* sqlite::v2::result_construct_params_private::statement |
Definition at line 45 of file result_construct_params_private.hpp.
| std::function<bool()> sqlite::v2::result_construct_params_private::step |
Definition at line 48 of file result_construct_params_private.hpp.