AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
QueryResultFieldMetadata Struct Reference

#include "Field.h"

Public Attributes

std::string TableName {}
 
std::string TableAlias {}
 
std::string Name {}
 
std::string Alias {}
 
std::string TypeName {}
 
uint32 Index = 0
 
DatabaseFieldTypes Type = DatabaseFieldTypes::Null
 

Detailed Description

Member Data Documentation

◆ Alias

std::string QueryResultFieldMetadata::Alias {}
61{};

Referenced by Field::GetData(), and Field::LogWrongType().

◆ Index

uint32 QueryResultFieldMetadata::Index = 0

Referenced by Field::LogWrongType().

◆ Name

std::string QueryResultFieldMetadata::Name {}
60{};

Referenced by Field::GetData(), and Field::LogWrongType().

◆ TableAlias

std::string QueryResultFieldMetadata::TableAlias {}
59{};

Referenced by Field::LogWrongType().

◆ TableName

std::string QueryResultFieldMetadata::TableName {}
58{};

Referenced by Field::GetData(), and Field::LogWrongType().

◆ Type

◆ TypeName

std::string QueryResultFieldMetadata::TypeName {}
62{};

Referenced by Field::LogWrongType().


The documentation for this struct was generated from the following file: