|
| Statement (SQLiteDB *db) |
|
void | prepare (const char *sql) |
|
void | step () |
|
bool | nextResult () |
|
void | bindInt (int idx, int x) |
|
void | bindInt64 (int idx, uint64_t x) |
|
void | bindDouble (int idx, double d) |
|
void | bindText (int idx, const char *text) |
|
void | reset () |
|
void | finalize () |
|
int | numCols () |
|
int | intColumn (int colNum) |
|
bool | boolColumn (int colNum) |
|
uint64_t | int64Column (int colNum) |
|
double | doubleColumn (int colNum) |
|
char * | textColumn (int colNum) |
|
const char * | error () |
|
The documentation for this class was generated from the following files: