MySQL 9.1.0
Source Code Documentation
|
gettable, settable option for mysql_option's. More...
#include <mysql_session.h>
Public Types | |
using | value_type = ValueType |
Public Member Functions | |
constexpr | Option ()=default |
constexpr | Option (value_type v) |
constexpr mysql_option | option () const noexcept |
constexpr const void * | data () const |
constexpr void * | data () |
constexpr void | value (value_type v) |
constexpr value_type | value () const |
Private Attributes | |
value_type | v_ {} |
gettable, settable option for mysql_option's.
adapts scalar types like int/bool/... mysql_option's to mysql_options()/mysql_get_option().
using mysqlrouter::impl::Option< Opt, ValueType >::value_type = ValueType |
|
constexprdefault |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexpr |
|
inlineconstexpr |
|
private |