...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> auto async_execute( ExecutionRequest&& req, ResultsType& result, CompletionToken&& token); »more...
template< classExecutionRequest
, classResultsType
, class CompletionToken> auto async_execute( ExecutionRequest&& req, ResultsType& result,diagnostics
& diag, CompletionToken&& token); »more...