Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Adds a stage that executes a text query.
pipeline_request& add_execute(string_viewquery); »more...
Adds a stage that executes a prepared statement.
template< class... WritableField>pipeline_request& add_execute(statementstmt, const WritableField&... params); »more...