...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Describes how to handle metadata when running a query or statement.
Defined in header <boost/mysql/metadata_mode.hpp>
enum class metadata_mode;
Name |
Description |
---|---|
|
Retain the minimum metadata possible to be able to execute the
operation. This is the most efficient mode, but will leave some
fields in the |
|
Retain as much metadata as possible. All the fields in |
Convenience header <boost/mysql.hpp>