![]() |
TrinityCore
|
#include <LoginDatabase.h>
Inheritance diagram for LoginDatabaseConnection:Public Types | |
| typedef LoginDatabaseStatements | 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 const &sql, ConnectionFlags flags) |
Protected Attributes inherited from MySQLConnection | |
| PreparedStatementContainer | m_stmts |
| bool | m_reconnecting |
| PreparedStatements storage. | |
| bool | m_prepareError |
| Are we reconnecting? | |
Definition at line 123 of file LoginDatabase.h.
Definition at line 126 of file LoginDatabase.h.
| LoginDatabaseConnection::LoginDatabaseConnection | ( | MySQLConnectionInfo & | connInfo | ) |
Definition at line 125 of file LoginDatabase.cpp.
| LoginDatabaseConnection::LoginDatabaseConnection | ( | ProducerConsumerQueue< SQLOperation * > * | q, |
| MySQLConnectionInfo & | connInfo | ||
| ) |
Definition at line 129 of file LoginDatabase.cpp.
| LoginDatabaseConnection::~LoginDatabaseConnection | ( | ) |
Definition at line 133 of file LoginDatabase.cpp.
|
overridevirtual |
Implements MySQLConnection.
Definition at line 21 of file LoginDatabase.cpp.
Here is the call graph for this function: