added blob interface to backend binder classes

This commit is contained in:
2024-01-23 07:20:34 +01:00
parent 9509e56f3e
commit 9c8e402692
5 changed files with 19 additions and 1 deletions
@@ -30,6 +30,8 @@ public:
void bind(size_t pos, const std::string &string) override;
void bind(size_t pos, const std::string &x, size_t size) override;
void bind(size_t pos, const utils::blob &blob) override;
const std::vector<const char*>& params() const;
private: