...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Executes a text query or prepared statement.
template< classExecutionRequest
, classResultsType
, class CompletionToken =with_diagnostics_t
<asio::deferred_t>> auto async_execute( ExecutionRequest&& req, ResultsType& result, CompletionToken&& token = {}); »more...
template< classExecutionRequest
, classResultsType
, class CompletionToken =with_diagnostics_t
<asio::deferred_t>> auto async_execute( ExecutionRequest&& req, ResultsType& result,diagnostics
& diag, CompletionToken&& token = {}); »more...