TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
HotfixDatabase.cpp File Reference
#include "HotfixDatabase.h"
+ Include dependency graph for HotfixDatabase.cpp:

Macros

#define PREPARE_LOCALE_STMT(stmtBase, sql, con)
 

Macro Definition Documentation

#define PREPARE_LOCALE_STMT (   stmtBase,
  sql,
  con 
)
Value:
static_assert(stmtBase + 1 == stmtBase##_LOCALE, "Invalid prepared statement index for " #stmtBase "_LOCALE"); \
PrepareStatement(stmtBase##_LOCALE, sql, con);