|
MySQL Connector/C++ 9.6.0
MySQL connector library for C and C++ applications
|
Template for defining fluent api for CRUD operations. More...
Public Member Functions | |
| BindOperation & | bind (const string ¶meter, const Value &val) |
| Bind parameter with given name to the given value. More... | |
| template<class Map > | |
| Operation & | bind (const Map &args) |
| Bind parameters to values given by a map from parameter names to their values. | |
Template for defining fluent api for CRUD operations.
|
inline |
Bind parameter with given name to the given value.
A statement or query can be executed only if all named parameters used by it are bound to values.