|
template<typename... Types> |
| SQLiteStatement (sqlite3 *db, const std::string &zSql, const Types &... args) |
|
sqlite3_stmt * | get () const |
|
int | step () const |
|
boost::optional< std::string > | get_result_col_blob (int iCol) |
|
boost::optional< std::string > | get_result_col_str (int iCol) |
|
int64_t | get_result_col_int (int iCol) |
|
Definition at line 34 of file sql_utils.h.
The documentation for this class was generated from the following file: