TrinityCore
DatabaseEnv.h File Reference
+ Include dependency graph for DatabaseEnv.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

TC_DATABASE_API DatabaseWorkerPool< WorldDatabaseConnectionWorldDatabase
 Accessor to the world database. More...
 
TC_DATABASE_API DatabaseWorkerPool< CharacterDatabaseConnectionCharacterDatabase
 Accessor to the character database. More...
 
TC_DATABASE_API DatabaseWorkerPool< LoginDatabaseConnectionLoginDatabase
 Accessor to the realm/login database. More...
 
TC_DATABASE_API 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.