finished postgres fetch

This commit is contained in:
2023-11-26 20:09:48 +01:00
parent 825e530a8d
commit 640dcfadb6
9 changed files with 194 additions and 99 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public:
virtual void read_value(const char *id, size_t index, char *value, size_t s) = 0;
virtual void read_value(const char *id, size_t index, std::string &value) = 0;
virtual void read_value(const char *id, size_t index, std::string &value, size_t s) = 0;
virtual void read_value(const char *id, size_t index, any_type &value, data_type_t type, size_t size) = 0;
virtual void read_value(const char *id, size_t index, any_type &value, data_type_t type, size_t size);
};
}