This is the complete list of members for anch::sql::Connection, 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)=0 | anch::sql::Connection | protectedpure virtual |
| executeUpdate(const std::string &query)=0 | anch::sql::Connection | protectedpure virtual |
| isValid() const noexcept | anch::sql::Connection | |
| makePrepared(const std::string &query)=0 | anch::sql::Connection | protectedpure virtual |
| 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()=0 | anch::sql::Connection | protectedpure virtual |
| sendRollback()=0 | anch::sql::Connection | protectedpure virtual |
| sendStartTransaction()=0 | anch::sql::Connection | protectedpure virtual |
| setValid(bool valid) noexcept | anch::sql::Connection | protected |
| 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 |