#include <sqlite_wrap.hh>
Definition at line 44 of file sqlite_wrap.hh.
◆ PreparedStatement()
◆ ~PreparedStatement()
◆ BindBlob()
void BindBlob |
( |
int |
col, |
|
|
const char * |
start, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ BindInt()
void BindInt |
( |
int |
col, |
|
|
int |
value |
|
) |
| |
|
inline |
◆ BindInt64()
void BindInt64 |
( |
int |
col, |
|
|
sqlite3_int64 |
value |
|
) |
| |
|
inline |
bind 64 bit integer value to placeholder
Definition at line 65 of file sqlite_wrap.hh.
◆ BindText()
void BindText |
( |
int |
col, |
|
|
const String & |
text |
|
) |
| |
|
inline |
◆ Handle()
◆ Submit()
submit query after binding all a parameters.
Definition at line 55 of file sqlite_wrap.hh.
◆ Database
The documentation for this class was generated from the following file: