Aktualizr
C++ SOTA Client
|
This is the complete list of members for SQLite3Guard, including all inherited members.
beginTransaction() (defined in SQLite3Guard) | SQLite3Guard | inline |
commitTransaction() (defined in SQLite3Guard) | SQLite3Guard | inline |
errmsg() const (defined in SQLite3Guard) | SQLite3Guard | inline |
exec(const char *sql, int(*callback)(void *, int, char **, char **), void *cb_arg) (defined in SQLite3Guard) | SQLite3Guard | inline |
exec(const std::string &sql, int(*callback)(void *, int, char **, char **), void *cb_arg) (defined in SQLite3Guard) | SQLite3Guard | inline |
get() (defined in SQLite3Guard) | SQLite3Guard | inline |
get_rc() const (defined in SQLite3Guard) | SQLite3Guard | inline |
operator=(const SQLite3Guard &guard)=delete (defined in SQLite3Guard) | SQLite3Guard | |
prepareStatement(const std::string &zSql, const Types &... args) (defined in SQLite3Guard) | SQLite3Guard | inline |
rollbackTransaction() (defined in SQLite3Guard) | SQLite3Guard | inline |
SQLite3Guard(const char *path, bool readonly, std::shared_ptr< std::mutex > mutex=nullptr) (defined in SQLite3Guard) | SQLite3Guard | inlineexplicit |
SQLite3Guard(const boost::filesystem::path &path, bool readonly=false, std::shared_ptr< std::mutex > mutex=nullptr) (defined in SQLite3Guard) | SQLite3Guard | inlineexplicit |
SQLite3Guard(SQLite3Guard &&guard) noexcept (defined in SQLite3Guard) | SQLite3Guard | inline |
SQLite3Guard(const SQLite3Guard &guard)=delete (defined in SQLite3Guard) | SQLite3Guard | |
~SQLite3Guard() (defined in SQLite3Guard) | SQLite3Guard | inline |