![]() |
TrinityCore
|
#include "DatabaseEnv.h"
Variables | |
DatabaseWorkerPool< WorldDatabaseConnection > | WorldDatabase |
Accessor to the world database. More... | |
DatabaseWorkerPool< CharacterDatabaseConnection > | CharacterDatabase |
Accessor to the character database. More... | |
DatabaseWorkerPool< LoginDatabaseConnection > | LoginDatabase |
Accessor to the realm/login database. More... | |
DatabaseWorkerPool< HotfixDatabaseConnection > | HotfixDatabase |
Accessor to the hotfix database. More... | |
DatabaseWorkerPool<CharacterDatabaseConnection> CharacterDatabase |
Accessor to the character database.
DatabaseWorkerPool<HotfixDatabaseConnection> HotfixDatabase |
Accessor to the hotfix database.
DatabaseWorkerPool<LoginDatabaseConnection> LoginDatabase |
Accessor to the realm/login database.
DatabaseWorkerPool<WorldDatabaseConnection> WorldDatabase |
Accessor to the world database.