Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
connection::meta_mode

Returns the current metadata mode that this connection is using.

Synopsis
metadata_mode
meta_mode() const noexcept;
Exception safety

No-throw guarantee.

Return Value

The matadata mode that will be used for queries and statement executions.


PrevUpHomeNext