SQLiteC++  0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
 All Classes Namespaces Files Functions Friends Macros
SQLite::Statement Member List

This is the complete list of members for SQLite::Statement, including all inherited members.

bind(const int aIndex, const int &aValue)SQLite::Statement
bind(const int aIndex, const sqlite3_int64 &aValue)SQLite::Statement
bind(const int aIndex, const double &aValue)SQLite::Statement
bind(const int aIndex, const std::string &aValue)SQLite::Statement
bind(const int aIndex, const char *apValue)SQLite::Statement
bind(const int aIndex, const void *apValue, const int aSize)SQLite::Statement
bind(const int aIndex)SQLite::Statement
bind(const char *apName, const int &aValue)SQLite::Statement
bind(const char *apName, const sqlite3_int64 &aValue)SQLite::Statement
bind(const char *apName, const double &aValue)SQLite::Statement
bind(const char *apName, const std::string &aValue)SQLite::Statement
bind(const char *apName, const char *apValue)SQLite::Statement
bind(const char *apName, const void *apValue, const int aSize)SQLite::Statement
bind(const char *apName)SQLite::Statement
errmsg(void) const SQLite::Statementinline
exec(void)SQLite::Statement
executeStep(void)SQLite::Statement
getColumn(const int aIndex)SQLite::Statement
getColumnCount(void) const SQLite::Statementinline
getQuery(void) const SQLite::Statementinline
isColumnNull(const int aIndex) const SQLite::Statement
isDone(void) const SQLite::Statementinline
isOk(void) const SQLite::Statementinline
reset(void)SQLite::Statement
Statement(Database &aDatabase, const char *apQuery)SQLite::Statement
~Statement(void)SQLite::Statementvirtual