SQLiteC++
0.5.0
SQLiteC++ is a smart and easy to use C++ SQLite3 wrapper.
|
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::Statement | inline |
exec(void) | SQLite::Statement | |
executeStep(void) | SQLite::Statement | |
getColumn(const int aIndex) | SQLite::Statement | |
getColumnCount(void) const | SQLite::Statement | inline |
getQuery(void) const | SQLite::Statement | inline |
isColumnNull(const int aIndex) const | SQLite::Statement | |
isDone(void) const | SQLite::Statement | inline |
isOk(void) const | SQLite::Statement | inline |
reset(void) | SQLite::Statement | |
Statement(Database &aDatabase, const char *apQuery) | SQLite::Statement | |
~Statement(void) | SQLite::Statement | virtual |