AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
LoginDatabaseConnection Member List

This is the complete list of members for LoginDatabaseConnection, including all inherited members.

_HandleMySQLErrno(uint32 errNo, uint8 attempts=5)MySQLConnectionprotectedvirtual
_Query(std::string_view sql, MySQLResult **pResult, MySQLField **pFields, uint64 *pRowCount, uint32 *pFieldCount)MySQLConnection
_Query(PreparedStatementBase *stmt, MySQLPreparedStatement **mysqlStmt, MySQLResult **pResult, uint64 *pRowCount, uint32 *pFieldCount)MySQLConnection
BeginTransaction()MySQLConnection
Close()MySQLConnection
CommitTransaction()MySQLConnection
DoPrepareStatements() overrideLoginDatabaseConnectionvirtual
EscapeString(char *to, const char *from, size_t length)MySQLConnection
Execute(std::string_view sql)MySQLConnection
Execute(PreparedStatementBase *stmt)MySQLConnection
ExecuteTransaction(std::shared_ptr< TransactionBase > transaction)MySQLConnection
GetLastError()MySQLConnection
GetPreparedStatement(uint32 index)MySQLConnectionprotected
GetServerVersion() constMySQLConnectionprotected
LockIfReady()MySQLConnectionprotected
LoginDatabaseConnection(MySQLConnectionInfo &connInfo)LoginDatabaseConnection
LoginDatabaseConnection(ProducerConsumerQueue< SQLOperation * > *q, MySQLConnectionInfo &connInfo)LoginDatabaseConnection
m_connectionFlagsMySQLConnectionprivate
m_connectionInfoMySQLConnectionprivate
m_MutexMySQLConnectionprivate
m_MysqlMySQLConnectionprotected
m_prepareErrorMySQLConnectionprotected
m_queueMySQLConnectionprivate
m_reconnectingMySQLConnectionprotected
m_stmtsMySQLConnectionprotected
m_workerMySQLConnectionprivate
MySQLConnection(MySQLConnectionInfo &connInfo)MySQLConnection
MySQLConnection(ProducerConsumerQueue< SQLOperation * > *queue, MySQLConnectionInfo &connInfo)MySQLConnection
MySQLConnection(MySQLConnection const &right)=deleteMySQLConnectionprivate
Open()MySQLConnectionvirtual
operator=(MySQLConnection const &right)=deleteMySQLConnectionprivate
Ping()MySQLConnection
PreparedStatementContainer typedefMySQLConnectionprotected
PrepareStatement(uint32 index, std::string_view sql, ConnectionFlags flags)MySQLConnectionprotected
PrepareStatements()MySQLConnection
Query(std::string_view sql)MySQLConnection
Query(PreparedStatementBase *stmt)MySQLConnection
RollbackTransaction()MySQLConnection
Statements typedefLoginDatabaseConnection
Unlock()MySQLConnectionprotected
~LoginDatabaseConnection() overrideLoginDatabaseConnection
~MySQLConnection()MySQLConnectionvirtual