AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
SQLOperation.h File Reference
#include "DatabaseEnvFwd.h"
#include "Define.h"
#include <variant>

Go to the source code of this file.

Classes

struct  SQLElementData
 
class  SQLOperation
 

Enumerations

enum  SQLElementDataType {
  SQL_ELEMENT_RAW ,
  SQL_ELEMENT_PREPARED
}
 

Enumeration Type Documentation

◆ SQLElementDataType

Enumerator
SQL_ELEMENT_RAW 
SQL_ELEMENT_PREPARED 
27{
30};
@ SQL_ELEMENT_RAW
Definition: SQLOperation.h:28
@ SQL_ELEMENT_PREPARED
Definition: SQLOperation.h:29