|
void | Append (sqlite3_stmt *statement, int index, const char *data) |
|
void | Append (sqlite3_stmt *statement, int index, const double &data) |
|
void | Append (sqlite3_stmt *statement, int index, const float &data) |
|
void | Append (sqlite3_stmt *statement, int index, const int32_t &data) |
|
void | Append (sqlite3_stmt *statement, int index, const int64_t &data) |
|
void | Append (sqlite3_stmt *statement, int index, const sqlite::Blob &blob) |
|
void | Append (sqlite3_stmt *statement, int index, const sqlite::NOBlob &blob) |
|
void | Append (sqlite3_stmt *statement, int index, const std::string &data) |
|
template<typename Arg > |
void | AppendToQuery (sqlite3_stmt *statement, int index, const Arg &arg) |
|
template<typename First , typename ... Args> |
void | AppendToQuery (sqlite3_stmt *statement, int index, const First &first, const Args &... args) |
|
bool | CheckError (int code) |
|
bool | CheckError (sqlite3 *db, int code) |
|