TrinityCore
PreparedStatementTask Class Reference

#include <PreparedStatement.h>

Static Public Member Functions

static PreparedQueryResult Query (MySQLConnection *conn, PreparedStatementBase *stmt)
 
static bool Execute (MySQLConnection *conn, PreparedStatementBase *stmt)
 

Detailed Description

Definition at line 118 of file PreparedStatement.h.

Member Function Documentation

◆ Execute()

bool PreparedStatementTask::Execute ( MySQLConnection conn,
PreparedStatementBase stmt 
)
static

Definition at line 133 of file PreparedStatement.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Query()

PreparedQueryResult PreparedStatementTask::Query ( MySQLConnection conn,
PreparedStatementBase stmt 
)
static

Definition at line 121 of file PreparedStatement.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: