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);
Creates a stage that will run query
as a SQL query, like any_connection::execute.
Strong guarantee. Memory allocations may throw.
query is copied into the request and need not be kept alive after this function returns.