![]() |
TrinityCore
|
#include "Define.h"#include "DatabaseWorkerPool.h"#include "Implementation/LoginDatabase.h"#include "Implementation/CharacterDatabase.h"#include "Implementation/WorldDatabase.h"#include "Implementation/HotfixDatabase.h"#include "Field.h"#include "PreparedStatement.h"#include "QueryCallback.h"#include "QueryResult.h"#include "Transaction.h"
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< WorldDatabaseConnection > | WorldDatabase |
| Accessor to the world database. | |
| TC_DATABASE_API DatabaseWorkerPool< CharacterDatabaseConnection > | CharacterDatabase |
| Accessor to the character database. | |
| TC_DATABASE_API DatabaseWorkerPool< LoginDatabaseConnection > | LoginDatabase |
| Accessor to the realm/login database. | |
| TC_DATABASE_API DatabaseWorkerPool< HotfixDatabaseConnection > | HotfixDatabase |
| Accessor to the hotfix database. | |
|
extern |
Accessor to the character database.
Definition at line 21 of file DatabaseEnv.cpp.
|
extern |
Accessor to the hotfix database.
Definition at line 23 of file DatabaseEnv.cpp.
|
extern |
Accessor to the realm/login database.
Definition at line 22 of file DatabaseEnv.cpp.
|
extern |
Accessor to the world database.
Definition at line 20 of file DatabaseEnv.cpp.