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

#include <result_construct_params_private.hpp>

Collaboration diagram for sqlite::v2::result_construct_params_private:
Collaboration graph

Public Attributes

sqlite3 * db
sqlite3_stmt * statement
int changes
std::function< void()> access_check
std::function< bool()> step
bool ended

Detailed Description

Definition at line 43 of file result_construct_params_private.hpp.

Member Data Documentation

◆ access_check

std::function<void()> sqlite::v2::result_construct_params_private::access_check

Definition at line 47 of file result_construct_params_private.hpp.

◆ changes

int sqlite::v2::result_construct_params_private::changes

Definition at line 46 of file result_construct_params_private.hpp.

◆ db

sqlite3* sqlite::v2::result_construct_params_private::db

Definition at line 44 of file result_construct_params_private.hpp.

◆ ended

bool sqlite::v2::result_construct_params_private::ended

Definition at line 49 of file result_construct_params_private.hpp.

◆ statement

sqlite3_stmt* sqlite::v2::result_construct_params_private::statement

Definition at line 45 of file result_construct_params_private.hpp.

◆ step

std::function<bool()> sqlite::v2::result_construct_params_private::step

Definition at line 48 of file result_construct_params_private.hpp.


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