TrinityCore
MySQLHacks.h File Reference
#include "MySQLWorkaround.h"
#include <type_traits>
+ Include dependency graph for MySQLHacks.h:
+ This graph shows which files directly or indirectly include this file:

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)>

Definition at line 32 of file MySQLHacks.h.