33 #define _TABLE_SIM_ "`"
34 #define _CONCAT3_(A, B, C) "CONCAT( " A ", " B ", " C " )"
35 #define _OFFSET_ "LIMIT %d, 1"
#define TC_DATABASE_API
Definition: Define.h:122
TC_DATABASE_API HotfixDatabaseWorkerPool HotfixDatabase
Accessor to the hotfix database.
Definition: DatabaseEnv.cpp:23
TC_DATABASE_API WorldDatabaseWorkerPool WorldDatabase
Accessor to the world database.
Definition: DatabaseEnv.cpp:20
TC_DATABASE_API CharacterDatabaseWorkerPool CharacterDatabase
Accessor to the character database.
Definition: DatabaseEnv.cpp:21
TC_DATABASE_API LoginDatabaseWorkerPool LoginDatabase
Accessor to the realm/login database.
Definition: DatabaseEnv.cpp:22
Definition: DatabaseWorkerPool.h:48