added data binding traits
This commit is contained in:
@@ -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 >
|
||||
|
||||
Reference in New Issue
Block a user