Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

pool_charset_strategy_type

Type tag for pool_charset_strategy.

Synopsis

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

enum class pool_charset_strategy_type;
Values

Name

Description

set_to_utf8mb4

Connections are set to use utf8mb4 explicitly.

use_server_default

Connections use the server's default character set, which is supplied by the user.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext