AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "MySQLPreparedStatement.h"
#include "Errors.h"
#include "Log.h"
#include "MySQLHacks.h"
#include "PreparedStatement.h"
Go to the source code of this file.
Classes | |
struct | MySQLType< T > |
struct | MySQLType< uint8 > |
struct | MySQLType< uint16 > |
struct | MySQLType< uint32 > |
struct | MySQLType< uint64 > |
struct | MySQLType< int8 > |
struct | MySQLType< int16 > |
struct | MySQLType< int32 > |
struct | MySQLType< int64 > |
struct | MySQLType< float > |
struct | MySQLType< double > |
Functions | |
static bool | ParamenterIndexAssertFail (uint32 stmtIndex, uint8 index, uint32 paramCount) |
References LOG_ERROR.
Referenced by MySQLPreparedStatement::AssertValidIndex().