comparison PostgreSQL/Plugins/PostgreSQLStorageArea.h @ 248:7a4f9bcb0bc2

PostgreSQL: Support of range reads from the storage area
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Apr 2021 09:46:44 +0200
parents b97a537f4613
children 33fa478c119a
comparison
equal deleted inserted replaced
247:e57a5313ffe5 248:7a4f9bcb0bc2
34 bool clearAll); 34 bool clearAll);
35 35
36 protected: 36 protected:
37 virtual bool HasReadRange() const 37 virtual bool HasReadRange() const
38 { 38 {
39 return false; // TODO 39 return true;
40 } 40 }
41 41
42 public: 42 public:
43 PostgreSQLStorageArea(const PostgreSQLParameters& parameters, 43 PostgreSQLStorageArea(const PostgreSQLParameters& parameters,
44 bool clearAll); 44 bool clearAll);