added data binding traits

This commit is contained in:
2023-12-11 17:20:42 +01:00
parent 8ad13076c8
commit 1c92e07173
17 changed files with 378 additions and 146 deletions
+2
View File
@@ -23,6 +23,8 @@ public:
return *this;
}
statement& bind(size_t pos, const char *value);
statement& bind(size_t pos, std::string &val, size_t size);
template < class Type >