...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
void
set_meta_mode(
metadata_mode
v) noexcept;
Will affect any query and statement executions performed after the call.
No-throw guarantee.
No asynchronous operation should be outstanding when this function is called.
Name |
Description |
---|---|
|
The new metadata mode. |