![]() |
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"
Go to the source code of this file.
Variables | |
TC_DATABASE_API DatabaseWorkerPool< WorldDatabaseConnection > | WorldDatabase |
Accessor to the world database. More... | |
TC_DATABASE_API DatabaseWorkerPool< CharacterDatabaseConnection > | CharacterDatabase |
Accessor to the character database. More... | |
TC_DATABASE_API DatabaseWorkerPool< LoginDatabaseConnection > | LoginDatabase |
Accessor to the realm/login database. More... | |
TC_DATABASE_API DatabaseWorkerPool< HotfixDatabaseConnection > | HotfixDatabase |
Accessor to the hotfix database. More... | |
|
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.