MySQL Connector/C++
MySQL connector library for C and C++ applications
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Bind_parameters< Base > Class Template Reference

Template for defining fluent api for CRUD operations. More...

Public Member Functions

BindOperationbind (const string &parameter, const Value &val)
 Bind parameter with given name to the given value.
 
template<class Map >
Operation & bind (const Map &args)
 Bind parameters to values given by a map from parameter names to their values.
 

Detailed Description

template<class Base>
class mysqlx::abi2::r0::internal::Bind_parameters< Base >

Template for defining fluent api for CRUD operations.

Member Function Documentation

◆ bind()

BindOperation & bind ( const string parameter,
const Value val 
)
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.


The documentation for this class was generated from the following file: