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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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.

Convenience header <boost/mysql.hpp>


PrevUpHomeNext