![]() |
TrinityCore
|
#include "Define.h"#include "Duration.h"#include "Optional.h"#include <array>#include <span>#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 , Time , Binary } |
|
strong |