Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::SQLite::Connection Member List

This is the complete list of members for AzToolsFramework::SQLite::Connection, including all inherited members.

AddStatement(const AZStd::string &shortName, const AZStd::string &sqlStatement)AzToolsFramework::SQLite::Connection
AddStatement(const char *shortName, const char *sqlStatement) (defined in AzToolsFramework::SQLite::Connection)AzToolsFramework::SQLite::Connection
BeginTransaction() (defined in AzToolsFramework::SQLite::Connection)AzToolsFramework::SQLite::Connection
Close() (defined in AzToolsFramework::SQLite::Connection)AzToolsFramework::SQLite::Connection
CommitTransaction() (defined in AzToolsFramework::SQLite::Connection)AzToolsFramework::SQLite::Connection
Connection(void) (defined in AzToolsFramework::SQLite::Connection)AzToolsFramework::SQLite::Connection
DoesTableExist(const char *name)AzToolsFramework::SQLite::Connection
ExecuteOneOffStatement(const char *name)AzToolsFramework::SQLite::Connection
ExecuteRawSqlQuery(const AZStd::string &sql, const AZStd::function< bool(sqlite3_stmt *)> &resultCallback, const AZStd::function< void(sqlite3_stmt *)> &bindCallback)AzToolsFramework::SQLite::Connection
FinalizeAll()AzToolsFramework::SQLite::Connection
GetLastRowID()AzToolsFramework::SQLite::Connection
GetNumAffectedRows()AzToolsFramework::SQLite::Connection
GetStatement(const AZStd::string &stmtName)AzToolsFramework::SQLite::Connection
IsOpen() const (defined in AzToolsFramework::SQLite::Connection)AzToolsFramework::SQLite::Connection
Open(const AZStd::string &filename, bool readOnly)AzToolsFramework::SQLite::Connection
RemoveStatement(const char *name)AzToolsFramework::SQLite::Connection
RollbackTransaction() (defined in AzToolsFramework::SQLite::Connection)AzToolsFramework::SQLite::Connection
Vacuum()AzToolsFramework::SQLite::Connection
~Connection(void) (defined in AzToolsFramework::SQLite::Connection)AzToolsFramework::SQLite::Connection