Ref T529, check for timestamp/orderable index

This commit is contained in:
Klaus Basan
2019-02-05 15:27:04 +01:00
committed by Mat Sutcliffe
parent b2ec28e3cd
commit 4d0f8b9fa0
4 changed files with 27 additions and 11 deletions

View File

@@ -133,6 +133,9 @@ namespace BlackMisc
//! Valid timestamp?
bool hasValidTimestamp() const;
//! Any of the timestamp indexes
static bool isAnyTimestampIndex(int index);
protected:
//! Can given index be handled
static bool canHandleIndex(const CPropertyIndex &index);