16 #ifndef ALEXA_CLIENT_SDK_STORAGE_SQLITESTORAGE_INCLUDE_SQLITESTORAGE_SQLITESTATEMENT_H_ 17 #define ALEXA_CLIENT_SDK_STORAGE_SQLITESTORAGE_INCLUDE_SQLITESTORAGE_SQLITESTATEMENT_H_ 25 namespace sqliteStorage {
184 sqlite3_stmt* m_handle;
191 std::list<std::string> m_boundValues;
198 #endif // ALEXA_CLIENT_SDK_STORAGE_SQLITESTORAGE_INCLUDE_SQLITESTORAGE_SQLITESTATEMENT_H_ bool bindInt64Parameter(int index, int64_t value)
bool bindIntParameter(int index, int value)
int getColumnCount() const
::std::string string
Definition: gtest-port.h:1097
Definition: SQLiteStatement.h:37
int getColumnInt(int index) const
int64_t getColumnInt64(int index) const
std::string getColumnName(int index) const
bool bindStringParameter(int index, const std::string &value)
std::string getColumnText(int index) const
SQLiteStatement(sqlite3 *dbHandle, const std::string &sqlString)
int getStepResult() const
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36