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

format_options

(EXPERIMENTAL) 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.


PrevUpHomeNext