AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
MySQLHacks.h File Reference
#include "MySQLWorkaround.h"
#include <type_traits>

Go to the source code of this file.

Classes

struct  MySQLHandle
 
struct  MySQLResult
 
struct  MySQLField
 
struct  MySQLBind
 
struct  MySQLStmt
 

Typedefs

using MySQLBool = std::remove_pointer_t< decltype(std::declval< MYSQL_BIND >().is_null)>
 

Typedef Documentation

◆ MySQLBool

using MySQLBool = std::remove_pointer_t<decltype(std::declval<MYSQL_BIND>().is_null)>