#include <sql.h>
◆ statement()
sql::statement::statement |
( |
const connection & |
conn, |
|
|
const char * |
sql |
|
) |
| |
◆ begin()
◆ bind() [1/4]
void sql::statement::bind |
( |
int |
param, |
|
|
int |
value |
|
) |
| const |
◆ bind() [2/4]
void sql::statement::bind |
( |
int |
param, |
|
|
double |
value |
|
) |
| const |
◆ bind() [3/4]
void sql::statement::bind |
( |
int |
param, |
|
|
const char * |
value |
|
) |
| const |
◆ bind() [4/4]
void sql::statement::bind |
( |
int |
param, |
|
|
const std::vector< uint8_t > & |
value |
|
) |
| const |
◆ end()
◆ get_blob()
std::vector<uint8_t> sql::statement::get_blob |
( |
int |
column = 0 | ) |
const |
◆ get_double()
double sql::statement::get_double |
( |
int |
column = 0 | ) |
const |
◆ get_int()
int sql::statement::get_int |
( |
int |
column = 0 | ) |
const |
◆ get_string()
std::string sql::statement::get_string |
( |
int |
column = 0 | ) |
const |
◆ operator()()
◆ step()
bool sql::statement::step |
( |
| ) |
const |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/librealsense-2.10.1/src/mock/sql.h