|
MLIB
|
This is the complete list of members for mlib::Database, including all inherited members.
| changes() | mlib::Database | inline |
| close() | mlib::Database | |
| connected() | mlib::Database | inline |
| copy(Database &src) | mlib::Database | |
| Database() | mlib::Database | |
| Database(const std::filesystem::path &name, openflags flags=openflags::create) | mlib::Database | |
| Errors(mlib::errfac &fac) | mlib::Database | inlinestatic |
| Errors() | mlib::Database | inlinestatic |
| exec(const std::string &sql) | mlib::Database | |
| extended_error() | mlib::Database | |
| flush() | mlib::Database | |
| handle() const | mlib::Database | inline |
| is_readonly() | mlib::Database | |
| last_rowid() | mlib::Database | inline |
| make_query(const std::string &sql) | mlib::Database | |
| make_query_multiple(std::string &sql) | mlib::Database | |
| open(const std::filesystem::path &name, openflags flags=openflags::create) | mlib::Database | |
| openflags enum name | mlib::Database | |
| operator sqlite3 *() | mlib::Database | inline |
| path(const std::string &schema="main") const | mlib::Database | |
| Query (defined in mlib::Database) | mlib::Database | friend |
| schema(int n) const | mlib::Database | |
| total_changes() | mlib::Database | inline |