VSQLite++
0.3
|
#include <result_construct_params_private.hpp>
Public Attributes | |
sqlite3 * | db |
sqlite3_stmt * | statement |
int | row_count |
boost::function0< void > | access_check |
boost::function0< bool > | step |
Definition at line 42 of file result_construct_params_private.hpp.
boost::function0<void> sqlite::result_construct_params_private::access_check |
Definition at line 46 of file result_construct_params_private.hpp.
sqlite3* sqlite::result_construct_params_private::db |
Definition at line 43 of file result_construct_params_private.hpp.
int sqlite::result_construct_params_private::row_count |
Definition at line 45 of file result_construct_params_private.hpp.
sqlite3_stmt* sqlite::result_construct_params_private::statement |
Definition at line 44 of file result_construct_params_private.hpp.
boost::function0<bool> sqlite::result_construct_params_private::step |
Definition at line 47 of file result_construct_params_private.hpp.