TrinityCore
BasicStatementTask Class Reference

#include <AdhocStatement.h>

Static Public Member Functions

static QueryResult Query (MySQLConnection *conn, char const *sql)
 
static bool Execute (MySQLConnection *conn, char const *sql)
 

Detailed Description

Raw, ad-hoc query.

Definition at line 27 of file AdhocStatement.h.

Member Function Documentation

◆ Execute()

bool BasicStatementTask::Execute ( MySQLConnection conn,
char const *  sql 
)
static

Definition at line 35 of file AdhocStatement.cpp.

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

◆ Query()

QueryResult BasicStatementTask::Query ( MySQLConnection conn,
char const *  sql 
)
static

Basic, ad-hoc queries.

Definition at line 23 of file AdhocStatement.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: