#include <sqlite.hpp>
Public Member Functions | |
CPP_SQLITE_NODISCARD int | ColumnCount () const |
CPP_SQLITE_NODISCARD Type | Get (int columnIndex) const |
CPP_SQLITE_NODISCARD std::string | GetColumnName (int columnIndex) const |
CPP_SQLITE_NODISCARD bool | HasData () const |
CPP_SQLITE_NODISCARD bool | Next () const |
Result & | operator= (Result &&other) noexcept |
bool | Reset () const |
Result ()=default | |
Result (Result &&other) noexcept | |
Private Member Functions | |
Result (sqlite::Priv::Statement &&statement) | |
Private Attributes | |
sqlite::Priv::Statement | m_statement |
Friends | |
Result | Query (sqlite::Connection &connection, const std::string &command) |
template<typename First , typename ... Args> | |
Result | Query (sqlite::Connection &connection, const std::string &command, const First &first, const Args... args) |
void | Statement (sqlite::Connection &, const std::string &) |
Definition at line 473 of file sqlite.hpp.
|
inlineexplicitprivate |
Definition at line 475 of file sqlite.hpp.
|
default |
|
inlinenoexcept |
Definition at line 484 of file sqlite.hpp.
|
inline |
Definition at line 503 of file sqlite.hpp.
|
inline |
Definition at line 520 of file sqlite.hpp.
|
inline |
Definition at line 526 of file sqlite.hpp.
|
inline |
Definition at line 497 of file sqlite.hpp.
|
inline |
Definition at line 514 of file sqlite.hpp.
Definition at line 489 of file sqlite.hpp.
|
inline |
Definition at line 508 of file sqlite.hpp.
|
friend |
Definition at line 568 of file sqlite.hpp.
|
friend |
Definition at line 559 of file sqlite.hpp.
|
friend |
Definition at line 550 of file sqlite.hpp.
|
private |
Definition at line 538 of file sqlite.hpp.