Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

format_options

Settings required to format SQL queries client-side.

Synopsis

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

struct format_options;
Data Members

Name

Description

backslash_escapes

Whether backslashes represent escape sequences.

charset

The connection's current character set.

Description

The recommended way to obtain a value of this type is using any_connection::format_opts.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext