MySQL Connector/C++
MySQL connector library for C and C++ applications
Public Member Functions | List of all members
Bind_placeholders< Base > Class Template Reference

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

Public Member Functions

template<typename... Types>
BindOperationbind (Types &&... vals)
 Specify values for '?' placeholders in a query. More...
 

Detailed Description

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

Template for defining fluent api for CRUD operations.

Member Function Documentation

◆ bind()

BindOperation & bind ( Types &&...  vals)
inline

Specify values for '?' placeholders in a query.

One or more values can be specified in a single call to bind(). A query can be executed only if values for all placeholders have been specified.


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