This is the complete list of members for sqt::Database, including all inherited members.
| BeginTransaction() | sqt::Database | |
| Database(sqlite3 *handle) noexcept | sqt::Database | explicit |
| Database(Database &)=delete (defined in sqt::Database) | sqt::Database | |
| Database(Database &&other) noexcept (defined in sqt::Database) | sqt::Database | |
| ExecuteSQL(std::string_view sql) | sqt::Database | |
| GetIndexInfo(std::string_view index_name) | sqt::Database | |
| GetTableInfo(std::string_view table_name) | sqt::Database | |
| Handle() const noexcept | sqt::Database | |
| LastChanges() const noexcept | sqt::Database | |
| LastInsertRowID() const noexcept | sqt::Database | |
| Open(const std::filesystem::path &path) | sqt::Database | static |
| operator=(const Database &)=delete (defined in sqt::Database) | sqt::Database | |
| operator=(Database &&other) noexcept (defined in sqt::Database) | sqt::Database | |
| PrepareStatement(std::string_view sql) | sqt::Database | |
| ~Database() | sqt::Database |