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 version of Boost is under active development. You are currently in the master branch. The current version is 1.91.0.
Settings required to format SQL queries client-side.
Defined in header <boost/mysql/character_set.hpp>
struct format_options;
|
Name |
Description |
|---|---|
|
Whether backslashes represent escape sequences. |
|
|
The connection's current character set. |
The recommended way to obtain a value of this type is using any_connection::format_opts.
Convenience header <boost/mysql.hpp>