SQLiteXX  0.1.0
 All Classes Namespaces Files Functions Enumerations Enumerator
sqlite::dbconnection Member List

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::dbconnectioninline
create_collation(const std::string &name, F &&function, const textencoding encoding=textencoding::utf8)sqlite::dbconnectioninline
create_function(const std::string &name, F &&function, bool is_deterministic=false, const textencoding encoding=textencoding::utf8)sqlite::dbconnectioninline
create_general_function(const std::string &name, F &&function, int is_deterministic=false, const textencoding encoding=textencoding::utf8, int nargs=-1)sqlite::dbconnectioninline
dbconnection() noexceptsqlite::dbconnection
dbconnection(const dbconnection &other) noexceptsqlite::dbconnection
dbconnection(dbconnection &&other) noexceptsqlite::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 noexceptsqlite::dbconnection
memory()sqlite::dbconnectionstatic
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 noexceptsqlite::dbconnectionexplicit
operator=(const dbconnection &other) noexceptsqlite::dbconnection
operator=(dbconnection &&other) noexceptsqlite::dbconnection
row_id() const noexceptsqlite::dbconnection
wide_memory()sqlite::dbconnectionstatic