TrinityCore
DatabaseEnv.cpp File Reference
#include "DatabaseEnv.h"
+ Include dependency graph for DatabaseEnv.cpp:

Go to the source code of this file.

Variables

DatabaseWorkerPool< WorldDatabaseConnectionWorldDatabase
 Accessor to the world database. More...
 
DatabaseWorkerPool< CharacterDatabaseConnectionCharacterDatabase
 Accessor to the character database. More...
 
DatabaseWorkerPool< LoginDatabaseConnectionLoginDatabase
 Accessor to the realm/login database. More...
 
DatabaseWorkerPool< HotfixDatabaseConnectionHotfixDatabase
 Accessor to the hotfix database. More...
 

Variable Documentation

◆ CharacterDatabase

Accessor to the character database.

Definition at line 21 of file DatabaseEnv.cpp.

◆ HotfixDatabase

Accessor to the hotfix database.

Definition at line 23 of file DatabaseEnv.cpp.

◆ LoginDatabase

Accessor to the realm/login database.

Definition at line 22 of file DatabaseEnv.cpp.

◆ WorldDatabase

Accessor to the world database.

Definition at line 20 of file DatabaseEnv.cpp.