MIRA
|
This is the complete list of members for SQLiteQuery, including all inherited members.
eof() const | SQLiteQuery | inline |
getColumnCount() const | SQLiteQuery | inline |
getDataType(std::size_t column) | SQLiteQuery | |
getName(std::size_t column) | SQLiteQuery | |
getValue(std::size_t column) | SQLiteQuery | inline |
getValue(std::size_t column, const T &defaultValue) | SQLiteQuery | inline |
isNull(std::size_t column) | SQLiteQuery | |
next() | SQLiteQuery | |
operator++() | SQLiteQuery | inline |
operator=(const SQLiteQuery &other)=delete | SQLiteQuery | |
operator=(SQLiteQuery &&other) noexcept | SQLiteQuery | |
SQLiteQuery() | SQLiteQuery | |
SQLiteQuery(sqlite3 *db, sqlite3_stmt *statement, bool more) | SQLiteQuery | |
SQLiteQuery(const SQLiteQuery &other)=delete | SQLiteQuery | |
SQLiteQuery(SQLiteQuery &&other) noexcept | SQLiteQuery | |
valid() const | SQLiteQuery | inline |
~SQLiteQuery() | SQLiteQuery |