...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
(EXPERIMENTAL) A pipeline request.
Defined in header <boost/mysql/pipeline.hpp>
class pipeline_request
Name |
Description |
---|---|
Adds a close statement stage. |
|
Adds a stage that executes a text query. |
|
Adds a stage that executes a prepared statement. |
|
Adds a prepare statement stage. |
|
Adds a reset connection stage. |
|
Adds a set character set stage. |
|
Removes all stages in the pipeline request, making the object empty again. |
|
pipeline_request [constructor] |
Default constructor. |
Contains a collection of pipeline stages, fully describing the work to be
performed by a pipeline operation. Call any of the add_xxx
functions to append new stages to the request.
This part of the API is experimental, and may change in successive releases without previous notice.