package Mysqlx.Connection

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Capabilities

mysqlx_connection.proto:58

* Capabilities list of Capability

Used in: CapabilitiesSet

message CapabilitiesGet

mysqlx_connection.proto:69

* Get supported connection capabilities and their current state. @returns @ref Mysqlx::Connection::Capabilities or @ref Mysqlx::Error

(message has no fields)

message CapabilitiesSet

mysqlx_connection.proto:83

* 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

message Capability

mysqlx_connection.proto:48

* Capability A tuple of a ``name`` and a @ref Mysqlx::Datatypes::Any

Used in: Capabilities

message Close

mysqlx_connection.proto:96

* 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)

message Compression

mysqlx_connection.proto:100