diff options
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
| -rw-r--r-- | src/common/DataStores/DB2FileLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/DataStores/DB2FileLoader.h b/src/common/DataStores/DB2FileLoader.h index 46692708bdf..b8e8e222a8b 100644 --- a/src/common/DataStores/DB2FileLoader.h +++ b/src/common/DataStores/DB2FileLoader.h @@ -204,6 +204,7 @@ public: uint32 GetRecordCopyCount() const; uint32 GetTableHash() const { return _header.TableHash; } uint32 GetLayoutHash() const { return _header.LayoutHash; } + uint32 GetMinId() const; uint32 GetMaxId() const; DB2Header const& GetHeader() const { return _header; } |
