![]() |
Home | Libraries | People | FAQ | More |
(EXPERIMENTAL) Configuration parameters that can be passed to any_connection
's constructor.
Defined in header <boost/mysql/any_connection.hpp>
struct any_connection_params
Name |
Description |
---|---|
The initial size of the connection's buffer, in bytes. |
|
The maximum size of the connection's buffer, in bytes (64MB by default). |
|
An external SSL context containing options to configure TLS. |
This part of the API is experimental, and may change in successive releases without previous notice.