Package com.mysql.cj.x.protobuf
Enum MysqlxNotice.SessionStateChanged.Parameter
java.lang.Object
java.lang.Enum<MysqlxNotice.SessionStateChanged.Parameter>
com.mysql.cj.x.protobuf.MysqlxNotice.SessionStateChanged.Parameter
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<MysqlxNotice.SessionStateChanged.Parameter>,java.lang.constant.Constable
- Enclosing class:
- MysqlxNotice.SessionStateChanged
public static enum MysqlxNotice.SessionStateChanged.Parameter extends java.lang.Enum<MysqlxNotice.SessionStateChanged.Parameter> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
Mysqlx.Notice.SessionStateChanged.Parameter-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCOUNT_EXPIREDACCOUNT_EXPIRED = 2;CLIENT_ID_ASSIGNEDCLIENT_ID_ASSIGNED = 11;CURRENT_SCHEMACURRENT_SCHEMA = 1;GENERATED_DOCUMENT_IDS..GENERATED_INSERT_IDGENERATED_INSERT_ID = 3;PRODUCED_MESSAGEPRODUCED_MESSAGE = 10;ROWS_AFFECTEDROWS_AFFECTED = 4;ROWS_FOUNDROWS_FOUND = 5;ROWS_MATCHEDROWS_MATCHED = 6;TRX_COMMITTEDTRX_COMMITTED = 7;TRX_ROLLEDBACKTRX_ROLLEDBACK = 9; -
Field Summary
Fields Modifier and Type Field Description static intACCOUNT_EXPIRED_VALUEACCOUNT_EXPIRED = 2;static intCLIENT_ID_ASSIGNED_VALUECLIENT_ID_ASSIGNED = 11;static intCURRENT_SCHEMA_VALUECURRENT_SCHEMA = 1;static intGENERATED_DOCUMENT_IDS_VALUE..static intGENERATED_INSERT_ID_VALUEGENERATED_INSERT_ID = 3;static intPRODUCED_MESSAGE_VALUEPRODUCED_MESSAGE = 10;static intROWS_AFFECTED_VALUEROWS_AFFECTED = 4;static intROWS_FOUND_VALUEROWS_FOUND = 5;static intROWS_MATCHED_VALUEROWS_MATCHED = 6;static intTRX_COMMITTED_VALUETRX_COMMITTED = 7;static intTRX_ROLLEDBACK_VALUETRX_ROLLEDBACK = 9; -
Method Summary
Modifier and Type Method Description static MysqlxNotice.SessionStateChanged.ParameterforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<MysqlxNotice.SessionStateChanged.Parameter>internalGetValueMap()static MysqlxNotice.SessionStateChanged.ParametervalueOf(int value)Deprecated.static MysqlxNotice.SessionStateChanged.ParametervalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MysqlxNotice.SessionStateChanged.ParametervalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MysqlxNotice.SessionStateChanged.Parameter[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CURRENT_SCHEMA
CURRENT_SCHEMA = 1; -
ACCOUNT_EXPIRED
ACCOUNT_EXPIRED = 2; -
GENERATED_INSERT_ID
GENERATED_INSERT_ID = 3; -
ROWS_AFFECTED
ROWS_AFFECTED = 4; -
ROWS_FOUND
ROWS_FOUND = 5; -
ROWS_MATCHED
ROWS_MATCHED = 6; -
TRX_COMMITTED
TRX_COMMITTED = 7; -
TRX_ROLLEDBACK
TRX_ROLLEDBACK = 9; -
PRODUCED_MESSAGE
PRODUCED_MESSAGE = 10; -
CLIENT_ID_ASSIGNED
CLIENT_ID_ASSIGNED = 11; -
GENERATED_DOCUMENT_IDS
.. more to be added
GENERATED_DOCUMENT_IDS = 12;
-
-
Field Details
-
CURRENT_SCHEMA_VALUE
public static final int CURRENT_SCHEMA_VALUECURRENT_SCHEMA = 1;- See Also:
- Constant Field Values
-
ACCOUNT_EXPIRED_VALUE
public static final int ACCOUNT_EXPIRED_VALUEACCOUNT_EXPIRED = 2;- See Also:
- Constant Field Values
-
GENERATED_INSERT_ID_VALUE
public static final int GENERATED_INSERT_ID_VALUEGENERATED_INSERT_ID = 3;- See Also:
- Constant Field Values
-
ROWS_AFFECTED_VALUE
public static final int ROWS_AFFECTED_VALUEROWS_AFFECTED = 4;- See Also:
- Constant Field Values
-
ROWS_FOUND_VALUE
public static final int ROWS_FOUND_VALUEROWS_FOUND = 5;- See Also:
- Constant Field Values
-
ROWS_MATCHED_VALUE
public static final int ROWS_MATCHED_VALUEROWS_MATCHED = 6;- See Also:
- Constant Field Values
-
TRX_COMMITTED_VALUE
public static final int TRX_COMMITTED_VALUETRX_COMMITTED = 7;- See Also:
- Constant Field Values
-
TRX_ROLLEDBACK_VALUE
public static final int TRX_ROLLEDBACK_VALUETRX_ROLLEDBACK = 9;- See Also:
- Constant Field Values
-
PRODUCED_MESSAGE_VALUE
public static final int PRODUCED_MESSAGE_VALUEPRODUCED_MESSAGE = 10;- See Also:
- Constant Field Values
-
CLIENT_ID_ASSIGNED_VALUE
public static final int CLIENT_ID_ASSIGNED_VALUECLIENT_ID_ASSIGNED = 11;- See Also:
- Constant Field Values
-
GENERATED_DOCUMENT_IDS_VALUE
public static final int GENERATED_DOCUMENT_IDS_VALUE.. more to be added
GENERATED_DOCUMENT_IDS = 12;- See Also:
- Constant Field Values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<MysqlxNotice.SessionStateChanged.Parameter> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static MysqlxNotice.SessionStateChanged.Parameter valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-