TrinityCore
MySQLPreparedStatement.cpp File Reference
#include "MySQLPreparedStatement.h"
#include "Errors.h"
#include "Log.h"
#include "MySQLHacks.h"
#include "PreparedStatement.h"
#include <cstring>
+ Include dependency graph for MySQLPreparedStatement.cpp:

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)
 

Function Documentation

◆ ParamenterIndexAssertFail()

static bool ParamenterIndexAssertFail ( uint32  stmtIndex,
uint8  index,
uint32  paramCount 
)
static

Definition at line 96 of file MySQLPreparedStatement.cpp.

+ Here is the caller graph for this function: