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

Public Attributes | |
| sqlite3 * | db |
| sqlite3_stmt * | statement |
| std::shared_ptr< void > | statement_owner |
| std::string | sql |
| int | changes |
| std::function< void()> | access_check |
| std::function< bool()> | step |
| bool | ended |
Definition at line 45 of file result_construct_params_private.hpp.
| std::function<void()> sqlite::v2::result_construct_params_private::access_check |
Definition at line 51 of file result_construct_params_private.hpp.
| int sqlite::v2::result_construct_params_private::changes |
Definition at line 50 of file result_construct_params_private.hpp.
| sqlite3* sqlite::v2::result_construct_params_private::db |
Definition at line 46 of file result_construct_params_private.hpp.
| bool sqlite::v2::result_construct_params_private::ended |
Definition at line 53 of file result_construct_params_private.hpp.
| std::string sqlite::v2::result_construct_params_private::sql |
Definition at line 49 of file result_construct_params_private.hpp.
| sqlite3_stmt* sqlite::v2::result_construct_params_private::statement |
Definition at line 47 of file result_construct_params_private.hpp.
| std::shared_ptr<void> sqlite::v2::result_construct_params_private::statement_owner |
Definition at line 48 of file result_construct_params_private.hpp.
| std::function<bool()> sqlite::v2::result_construct_params_private::step |
Definition at line 52 of file result_construct_params_private.hpp.