This is the complete list of members for sqlite::dbconnection, including all inherited members.
| create_aggregate(const std::string &name, bool is_deterministic=false, const textencoding encoding=textencoding::utf8) | sqlite::dbconnection | inline |
| create_collation(const std::string &name, F &&function, const textencoding encoding=textencoding::utf8) | sqlite::dbconnection | inline |
| create_function(const std::string &name, F &&function, bool is_deterministic=false, const textencoding encoding=textencoding::utf8) | sqlite::dbconnection | inline |
| create_general_function(const std::string &name, F &&function, int is_deterministic=false, const textencoding encoding=textencoding::utf8, int nargs=-1) | sqlite::dbconnection | inline |
| dbconnection() noexcept | sqlite::dbconnection | |
| dbconnection(const dbconnection &other) noexcept | sqlite::dbconnection | |
| dbconnection(dbconnection &&other) noexcept | sqlite::dbconnection | |
| dbconnection(const std::string &filename, openmode mode=openmode::read_write|openmode::create, const std::chrono::milliseconds timeout=DEFAULT_TIMEOUT) | sqlite::dbconnection | |
| dbconnection(const std::string &filename, const std::chrono::milliseconds timeout) | sqlite::dbconnection | |
| dbconnection(const std::u16string &filename, const std::chrono::milliseconds timeout=DEFAULT_TIMEOUT) | sqlite::dbconnection | |
| handle() const noexcept | sqlite::dbconnection | |
| memory() | sqlite::dbconnection | static |
| mutex() | sqlite::dbconnection | |
| open(const std::string &filename, openmode mode=openmode::read_write|openmode::create) | sqlite::dbconnection | |
| open(const std::u16string &filename) | sqlite::dbconnection | |
| operator bool() const noexcept | sqlite::dbconnection | explicit |
| operator=(const dbconnection &other) noexcept | sqlite::dbconnection | |
| operator=(dbconnection &&other) noexcept | sqlite::dbconnection | |
| row_id() const noexcept | sqlite::dbconnection | |
| wide_memory() | sqlite::dbconnection | static |
1.8.6