StormByte C++ Library: Database module 0.0.9999
StormByte-Database is a StormByte library module for handling database connections
Loading...
Searching...
No Matches
StormByte::Database::SQLite::SQLite3 Member List

This is the complete list of members for StormByte::Database::SQLite::SQLite3, including all inherited members.

BeginExclusiveTransaction()StormByte::Database::Databaseinlinevirtual
BeginTransaction()StormByte::Database::Databaseinlinevirtual
CommitTransaction()StormByte::Database::Databaseinlinevirtual
Connect() noexceptStormByte::Database::Database
Database(std::shared_ptr< Logger::Log > logger) noexceptStormByte::Database::Databaseinline
Database(const Database &other)=deleteStormByte::Database::Database
Database(Database &&other)=defaultStormByte::Database::Database
Disconnect() noexceptStormByte::Database::Databasevirtual
DoPostConnect() noexceptStormByte::Database::Databaseinlineprotectedvirtual
DoPreConnect() noexceptStormByte::Database::Databaseinlineprotectedvirtual
EnableForeignKeys()StormByte::Database::SQLite::SQLite3protected
ExecuteSTMT(const std::string &name, Args &&... args)StormByte::Database::Databaseinline
IsConnected() const noexceptStormByte::Database::Databaseinline
m_connectedStormByte::Database::Databaseprotected
m_loggerStormByte::Database::Databaseprotected
m_prepared_stmtsStormByte::Database::Databaseprotected
operator=(const SQLite3 &db)=deleteStormByte::Database::SQLite::SQLite3
operator=(SQLite3 &&db) noexcept=defaultStormByte::Database::SQLite::SQLite3
StormByte::Database::Database::operator=(const Database &other)=deleteStormByte::Database::Database
StormByte::Database::Database::operator=(Database &&other)=defaultStormByte::Database::Database
PrepareSTMT(std::string &&name, std::string &&query) noexceptStormByte::Database::Databaseprotected
Query(const std::string &query) noexcept overrideStormByte::Database::SQLite::SQLite3virtual
RollbackTransaction()StormByte::Database::Databaseinlinevirtual
SilentQuery(const std::string &query) noexcept overrideStormByte::Database::SQLite::SQLite3virtual
SQLite3(const SQLite3 &db)=deleteStormByte::Database::SQLite::SQLite3
SQLite3(SQLite3 &&db) noexcept=defaultStormByte::Database::SQLite::SQLite3
SQLite3(std::shared_ptr< Logger::Log > logger) noexceptStormByte::Database::SQLite::SQLite3protected
SQLite3(const std::filesystem::path &dbfile, std::shared_ptr< Logger::Log > logger)StormByte::Database::SQLite::SQLite3protected
SQLite3(std::filesystem::path &&dbfile, std::shared_ptr< Logger::Log > &&logger)StormByte::Database::SQLite::SQLite3protected
~Database()=defaultStormByte::Database::Databasevirtual
~SQLite3() noexceptStormByte::Database::SQLite::SQLite3virtual