summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MorkParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MorkParser.hxx')
-rw-r--r--connectivity/source/drivers/mork/MorkParser.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/connectivity/source/drivers/mork/MorkParser.hxx b/connectivity/source/drivers/mork/MorkParser.hxx
index 76544411264a..8ac7584a3d66 100644
--- a/connectivity/source/drivers/mork/MorkParser.hxx
+++ b/connectivity/source/drivers/mork/MorkParser.hxx
@@ -38,6 +38,8 @@
#include <string>
#include <map>
+#include <set>
+#include <vector>
#include "dllapi.h"
@@ -111,6 +113,10 @@ public:
std::string &getColumn( int oid );
+ void retrieveLists(std::set<std::string>& lists);
+ void getRecordKeys4List(std::string& listName, std::vector<std::string>& records);
+ void getRecordKeysForListTable(std::string& listName, std::set<int>& records);
+
void dump();
protected: // Members