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_EXPIRED
ACCOUNT_EXPIRED = 2;
CLIENT_ID_ASSIGNED
CLIENT_ID_ASSIGNED = 11;
CURRENT_SCHEMA
CURRENT_SCHEMA = 1;
GENERATED_DOCUMENT_IDS
..GENERATED_INSERT_ID
GENERATED_INSERT_ID = 3;
PRODUCED_MESSAGE
PRODUCED_MESSAGE = 10;
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;
-
Field Summary
Fields Modifier and Type Field Description static int
ACCOUNT_EXPIRED_VALUE
ACCOUNT_EXPIRED = 2;
static int
CLIENT_ID_ASSIGNED_VALUE
CLIENT_ID_ASSIGNED = 11;
static int
CURRENT_SCHEMA_VALUE
CURRENT_SCHEMA = 1;
static int
GENERATED_DOCUMENT_IDS_VALUE
..static int
GENERATED_INSERT_ID_VALUE
GENERATED_INSERT_ID = 3;
static int
PRODUCED_MESSAGE_VALUE
PRODUCED_MESSAGE = 10;
static int
ROWS_AFFECTED_VALUE
ROWS_AFFECTED = 4;
static int
ROWS_FOUND_VALUE
ROWS_FOUND = 5;
static int
ROWS_MATCHED_VALUE
ROWS_MATCHED = 6;
static int
TRX_COMMITTED_VALUE
TRX_COMMITTED = 7;
static int
TRX_ROLLEDBACK_VALUE
TRX_ROLLEDBACK = 9;
-
Method Summary
Modifier and Type Method Description static MysqlxNotice.SessionStateChanged.Parameter
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<MysqlxNotice.SessionStateChanged.Parameter>
internalGetValueMap()
static MysqlxNotice.SessionStateChanged.Parameter
valueOf(int value)
Deprecated.static MysqlxNotice.SessionStateChanged.Parameter
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MysqlxNotice.SessionStateChanged.Parameter
valueOf(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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in 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:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in 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
-