TrinityCore
MySQLConnection.h File Reference
#include "AsioHacksFwd.h"
#include "Define.h"
#include "DatabaseEnvFwd.h"
#include <memory>
#include <mutex>
#include <string>
#include <vector>
+ Include dependency graph for MySQLConnection.h:
+ This graph shows which files directly or indirectly include this file:

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 

Definition at line 31 of file MySQLConnection.h.