![]() |
TrinityCore
|
#include "DatabaseEnv.h"
Include dependency graph for DatabaseEnv.cpp:Go to the source code of this file.
Variables | |
| DatabaseWorkerPool< WorldDatabaseConnection > | WorldDatabase |
| Accessor to the world database. | |
| DatabaseWorkerPool< CharacterDatabaseConnection > | CharacterDatabase |
| Accessor to the character database. | |
| DatabaseWorkerPool< LoginDatabaseConnection > | LoginDatabase |
| Accessor to the realm/login database. | |
| DatabaseWorkerPool< HotfixDatabaseConnection > | HotfixDatabase |
| Accessor to the hotfix database. | |
| DatabaseWorkerPool<CharacterDatabaseConnection> CharacterDatabase |
Accessor to the character database.
Definition at line 21 of file DatabaseEnv.cpp.
| DatabaseWorkerPool<HotfixDatabaseConnection> HotfixDatabase |
Accessor to the hotfix database.
Definition at line 23 of file DatabaseEnv.cpp.
| DatabaseWorkerPool<LoginDatabaseConnection> LoginDatabase |
Accessor to the realm/login database.
Definition at line 22 of file DatabaseEnv.cpp.
| DatabaseWorkerPool<WorldDatabaseConnection> WorldDatabase |
Accessor to the world database.
Definition at line 20 of file DatabaseEnv.cpp.