diff PostgreSQL/Plugins/PostgreSQLStorageArea.h @ 242:b97a537f4613

MySQL: Support of range reads for the storage area
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Apr 2021 17:00:02 +0200
parents a4918d57435c
children 7a4f9bcb0bc2
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLStorageArea.h	Tue Apr 13 12:07:30 2021 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLStorageArea.h	Tue Apr 13 17:00:02 2021 +0200
@@ -33,6 +33,12 @@
                            const PostgreSQLParameters& parameters,
                            bool clearAll);
 
+  protected:
+    virtual bool HasReadRange() const
+    {
+      return false;  // TODO
+    }
+
   public:
     PostgreSQLStorageArea(const PostgreSQLParameters& parameters,
                           bool clearAll);