TrinityCore
Field.h File Reference
#include "Define.h"
#include <array>
#include <string>
#include <string_view>
#include <vector>
+ Include dependency graph for Field.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QueryResultFieldMetadata
 
class  Field
 Class used to access individual fields of database query result. More...
 

Enumerations

enum class  DatabaseFieldTypes : uint8 {
  Null , UInt8 , Int8 , UInt16 ,
  Int16 , UInt32 , Int32 , UInt64 ,
  Int64 , Float , Double , Decimal ,
  Date , Binary
}
 

Enumeration Type Documentation

◆ DatabaseFieldTypes

enum class DatabaseFieldTypes : uint8
strong
Enumerator
Null 
UInt8 
Int8 
UInt16 
Int16 
UInt32 
Int32 
UInt64 
Int64 
Float 
Double 
Decimal 
Date 
Binary 

Definition at line 29 of file Field.h.