Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
pool_charset_strategy::set_to_utf8mb4

Creates a strategy that makes pooled connections use utf8mb4.

Synopsis
static pool_charset_strategy
set_to_utf8mb4() noexcept;
Description

Creates an object with type pool_charset_strategy_type::set_to_utf8mb4.

Exception safety

No-throw guarantee.


PrevUpHomeNext