#include <sqlite.h>
◆ prepared_statement()
| liph::prepared_statement::prepared_statement |
( |
sqlite & |
db, |
|
|
const char * |
sql |
|
) |
| |
|
inline |
◆ ~prepared_statement()
| liph::prepared_statement::~prepared_statement |
( |
| ) |
|
|
inline |
◆ column_double()
| double liph::prepared_statement::column_double |
( |
int |
index | ) |
|
|
inline |
◆ column_int()
| int liph::prepared_statement::column_int |
( |
int |
index | ) |
|
|
inline |
◆ column_text()
| std::string liph::prepared_statement::column_text |
( |
int |
index | ) |
|
|
inline |
◆ reset()
| int liph::prepared_statement::reset |
( |
| ) |
|
|
inline |
◆ step()
| int liph::prepared_statement::step |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: