Get desktop application:
View/edit binary Protocol Buffers messages
* Capabilities list of Capability
Used in:
* Get supported connection capabilities and their current state. @returns @ref Mysqlx::Connection::Capabilities or @ref Mysqlx::Error
(message has no fields)
* Set connection capabilities atomically. Only provided values are changed, other values are left unchanged. If any of the changes fails, all changes are discarded. @pre active sessions == 0 @returns @ref Mysqlx::Ok or @ref Mysqlx::Error
* Capability A tuple of a ``name`` and a @ref Mysqlx::Datatypes::Any
Used in:
* Announce to the server that the client wants to close the connection. It discards any session state of the server. @returns @ref Mysqlx::Ok
(message has no fields)