![]() |
Home | Libraries | People | FAQ | More |
Adds a stage that executes a text query.
pipeline_request& add_execute( string_view query);
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.