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
@@ -54,6 +54,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;
[[nodiscard]] std::vector<MYSQL_BIND>& bind_params();
private: