aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2Meta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/DataStores/DB2Meta.h')
-rw-r--r--src/common/DataStores/DB2Meta.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/DataStores/DB2Meta.h b/src/common/DataStores/DB2Meta.h
index 6dc163a5c3d..33b89e99fde 100644
--- a/src/common/DataStores/DB2Meta.h
+++ b/src/common/DataStores/DB2Meta.h
@@ -31,7 +31,7 @@ struct TC_COMMON_API DB2MetaField
struct TC_COMMON_API DB2Meta
{
- DB2Meta(int32 indexField, uint32 fieldCount, uint32 layoutHash, DB2MetaField const* fields, int32 parentIndexField);
+ DB2Meta(uint32 fileDataId, int32 indexField, uint32 fieldCount, uint32 layoutHash, DB2MetaField const* fields, int32 parentIndexField);
bool HasIndexFieldInData() const;
@@ -41,6 +41,7 @@ struct TC_COMMON_API DB2Meta
// Returns size of final loaded structure
uint32 GetRecordSize() const;
+ uint32 GetIndexFieldOffset() const;
int32 GetParentIndexFieldOffset() const;
uint32 GetDbIndexField() const;
@@ -48,6 +49,7 @@ struct TC_COMMON_API DB2Meta
bool IsSignedField(uint32 field) const;
+ uint32 FileDataId;
int32 IndexField;
int32 ParentIndexField;
uint32 FieldCount;