![]() |
TrinityCore
|
#include <DB2FileLoader.h>
Inheritance diagram for DB2FileLoadInfo:Public Member Functions | |
| constexpr | DB2FileLoadInfo (DB2FieldMeta const *fields, std::size_t fieldCount, DB2Meta const *meta) |
| uint32 | GetStringFieldCount (bool localizedOnly) const |
| std::pair< int32, int32 > | GetFieldIndexByName (char const *fieldName) const |
| int32 | GetFieldIndexByMetaIndex (uint32 metaIndex) const |
Public Attributes | |
| DB2FieldMeta const * | Fields |
| std::size_t | FieldCount |
| DB2Meta const * | Meta |
Definition at line 80 of file DB2FileLoader.h.
|
inlineexplicitconstexpr |
Definition at line 82 of file DB2FileLoader.h.
Definition at line 148 of file DB2FileLoader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 131 of file DB2FileLoader.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32 DB2FileLoadInfo::GetStringFieldCount | ( | bool | localizedOnly | ) | const |
| std::size_t DB2FileLoadInfo::FieldCount |
Definition at line 90 of file DB2FileLoader.h.
| DB2FieldMeta const* DB2FileLoadInfo::Fields |
Definition at line 89 of file DB2FileLoader.h.
| DB2Meta const* DB2FileLoadInfo::Meta |
Definition at line 91 of file DB2FileLoader.h.