This is the complete list of members for anch::sql::SQLite3Connection, including all inherited members.
_errors | anch::sql::Connection | protected |
_stmts | anch::sql::Connection | protected |
_transaction | anch::sql::Connection | protected |
_valid | anch::sql::Connection | protected |
batchUpdate(const std::string &query, std::function< void(PreparedStatement &, const T &)> mapper, const Iterable &values) | anch::sql::Connection | |
begin() | anch::sql::Connection | |
commit() | anch::sql::Connection | |
Connection() | anch::sql::Connection | |
Connection(const Connection &)=delete | anch::sql::Connection | |
executeQuery(const std::string &query) override | anch::sql::SQLite3Connection | protectedvirtual |
executeUpdate(const std::string &query) override | anch::sql::SQLite3Connection | protectedvirtual |
isValid() const noexcept | anch::sql::Connection | |
makePrepared(const std::string &query) override | anch::sql::SQLite3Connection | protectedvirtual |
prepareStatement(const std::string &query) | anch::sql::Connection | |
query(const std::string &query) | anch::sql::Connection | |
query(const std::string &query, const T &value, const Q &... values) | anch::sql::Connection | |
queryExtract(const std::string &sqlQuery, std::function< void(ResultSet &)> resExtractor) | anch::sql::Connection | |
queryExtract(const std::string &query, std::function< void(ResultSet &)> resExtractor, const T &value, const Q &... values) | anch::sql::Connection | |
queryMapRow(const std::string &sqlQuery, std::function< void(ResultSet &)> rowMapper) | anch::sql::Connection | |
queryMapRow(const std::string &query, std::function< void(ResultSet &)> rowMapper, const T &value, const Q &... values) | anch::sql::Connection | |
release() noexcept | anch::sql::Connection | |
rollback() | anch::sql::Connection | |
sendCommit() override | anch::sql::SQLite3Connection | protectedvirtual |
sendRollback() override | anch::sql::SQLite3Connection | protectedvirtual |
sendStartTransaction() override | anch::sql::SQLite3Connection | protectedvirtual |
setValid(bool valid) noexcept | anch::sql::Connection | protected |
SQLite3Connection(const std::string &database) | anch::sql::SQLite3Connection | |
SQLite3Connection(const SqlConnectionConfiguration &config) | anch::sql::SQLite3Connection | |
SQLite3Connection(const SQLite3Connection &)=delete | anch::sql::SQLite3Connection | |
startTransaction() | anch::sql::Connection | |
update(const std::string &query) | anch::sql::Connection | |
update(const std::string &query, const T &value, const Q &... values) | anch::sql::Connection | |
~Connection() noexcept | anch::sql::Connection | virtual |
~SQLite3Connection() noexcept | anch::sql::SQLite3Connection | virtual |