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
connect_params::connection_collation

The ID of the collation to use for the connection.

Synopsis
std::uint16_t connection_collation {45};
Description

Impacts how text queries and prepared statements are interpreted. Defaults to utf8mb4_general_ci, which is compatible with MySQL 5.x, 8.x and MariaDB.


PrevUpHomeNext