#include <sqlite_wrap.hh>
Detailed Description
Definition at line 44 of file sqlite_wrap.hh.
Constructor & Destructor Documentation
Member Function Documentation
void BindBlob |
( |
int |
col, |
|
|
const char * |
start, |
|
|
size_t |
size |
|
) |
| |
|
inline |
void BindInt |
( |
int |
col, |
|
|
int |
value |
|
) |
| |
|
inline |
void BindInt64 |
( |
int |
col, |
|
|
sqlite3_int64 |
value |
|
) |
| |
|
inline |
bind 64 bit integer value to placeholder
Definition at line 65 of file sqlite_wrap.hh.
void BindText |
( |
int |
col, |
|
|
const String & |
text |
|
) |
| |
|
inline |
submit query after binding all a parameters.
Definition at line 55 of file sqlite_wrap.hh.
Friends And Related Function Documentation
The documentation for this class was generated from the following file: