AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
MySQLConnection.h File Reference
#include "DatabaseEnvFwd.h"
#include "Define.h"
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  MySQLConnectionInfo
 
class  MySQLConnection
 

Enumerations

enum  ConnectionFlags {
  CONNECTION_ASYNC = 0x1 ,
  CONNECTION_SYNCH = 0x2 ,
  CONNECTION_BOTH = CONNECTION_ASYNC | CONNECTION_SYNCH
}
 

Enumeration Type Documentation

◆ ConnectionFlags

Enumerator
CONNECTION_ASYNC 
CONNECTION_SYNCH 
CONNECTION_BOTH 
37{
38 CONNECTION_ASYNC = 0x1,
39 CONNECTION_SYNCH = 0x2,
41};
@ CONNECTION_SYNCH
Definition: MySQLConnection.h:39
@ CONNECTION_BOTH
Definition: MySQLConnection.h:40
@ CONNECTION_ASYNC
Definition: MySQLConnection.h:38