![]() |
TrinityCore
|
#include <HotfixDatabase.h>
Inheritance diagram for HotfixDatabaseConnection:Public Types | |
| typedef HotfixDatabaseStatements | Statements |
Additional Inherited Members | |
Protected Types inherited from MySQLConnection | |
| typedef std::vector< std::unique_ptr< MySQLPreparedStatement > > | PreparedStatementContainer |
Protected Member Functions inherited from MySQLConnection | |
| bool | LockIfReady () |
| void | Unlock () |
| Called by parent databasepool. Will let other threads access this connection. | |
| uint32 | GetServerVersion () const |
| MySQLPreparedStatement * | GetPreparedStatement (uint32 index) |
| void | PrepareStatement (uint32 index, std::string_view sql, ConnectionFlags flags) |
Protected Attributes inherited from MySQLConnection | |
| PreparedStatementContainer | m_stmts |
| PreparedStatements storage. | |
| bool | m_reconnecting |
| Are we reconnecting? | |
| bool | m_prepareError |
| Was there any error while preparing statements? | |
Definition at line 1255 of file HotfixDatabase.h.
Definition at line 1258 of file HotfixDatabase.h.
| HotfixDatabaseConnection::HotfixDatabaseConnection | ( | MySQLConnectionInfo & | connInfo, |
| ConnectionFlags | connectionFlags | ||
| ) |
Definition at line 2171 of file HotfixDatabase.cpp.
| HotfixDatabaseConnection::~HotfixDatabaseConnection | ( | ) |
Definition at line 2175 of file HotfixDatabase.cpp.
|
overridevirtual |
Implements MySQLConnection.
Definition at line 34 of file HotfixDatabase.cpp.
Here is the call graph for this function: