#include <sqlite.hh>
Classes | |
class | Use |
Public Member Functions | |
SQLiteStmt (sqlite3 *db, const std::string &sql) | |
void | create (sqlite3 *db, const std::string &s) |
operator sqlite3_stmt * () | |
Use | use () |
Public Attributes | |
sqlite3 * | db = 0 |
sqlite3_stmt * | stmt = 0 |
std::string | sql |
RAII wrapper to create and destroy SQLite prepared statements.