Aktualizr
C++ SOTA Client
Public Member Functions | List of all members
SQLiteStatement Class Reference

Public Member Functions

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)
 

Detailed Description

Definition at line 34 of file sql_utils.h.


The documentation for this class was generated from the following file: