public static interface MysqlxNotice.SessionVariableChangedOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParam()
name of the variable
|
com.google.protobuf.ByteString |
getParamBytes()
name of the variable
|
MysqlxDatatypes.Scalar |
getValue()
the changed value of param
|
MysqlxDatatypes.ScalarOrBuilder |
getValueOrBuilder()
the changed value of param
|
boolean |
hasParam()
name of the variable
|
boolean |
hasValue()
the changed value of param
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasParam()
name of the variable
required string param = 1;java.lang.String getParam()
name of the variable
required string param = 1;com.google.protobuf.ByteString getParamBytes()
name of the variable
required string param = 1;boolean hasValue()
the changed value of param
optional .Mysqlx.Datatypes.Scalar value = 2;MysqlxDatatypes.Scalar getValue()
the changed value of param
optional .Mysqlx.Datatypes.Scalar value = 2;MysqlxDatatypes.ScalarOrBuilder getValueOrBuilder()
the changed value of param
optional .Mysqlx.Datatypes.Scalar value = 2;