Class MysqlxNotice.SessionVariableChanged

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.mysql.cj.x.protobuf.MysqlxNotice.SessionVariableChanged
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MysqlxNotice.SessionVariableChangedOrBuilder, java.io.Serializable
Enclosing class:
MysqlxNotice

public static final class MysqlxNotice.SessionVariableChanged
extends com.google.protobuf.GeneratedMessageV3
implements MysqlxNotice.SessionVariableChangedOrBuilder
 Notify clients about changes to the current session variables
 Every change to a variable that is accessible through:
 .. code-block:: sql
   SHOW SESSION VARIABLES
 ========================================== =========
 :protobuf:msg:`Mysqlx.Notice::Frame` field value
 ========================================== =========
 ``.type``                                  2
 ``.scope``                                 ``local``
 ========================================== =========
 :param namespace: namespace that param belongs to
 :param param: name of the variable
 :param value: the changed value of param
 
Protobuf type Mysqlx.Notice.SessionVariableChanged
See Also:
Serialized Form