Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

any_connection_params

(EXPERIMENTAL) Configuration parameters that can be passed to any_connection's constructor.

Synopsis

Defined in header <boost/mysql/any_connection.hpp>

struct any_connection_params
Data Members

Name

Description

initial_buffer_size

The initial size of the connection's buffer, in bytes.

max_buffer_size

The maximum size of the connection's buffer, in bytes (64MB by default).

ssl_context

An external SSL context containing options to configure TLS.

Experimental

This part of the API is experimental, and may change in successive releases without previous notice.


PrevUpHomeNext