Package com.mysql.cj.x.protobuf
Enum Mysqlx.ClientMessages.Type
java.lang.Object
java.lang.Enum<Mysqlx.ClientMessages.Type>
com.mysql.cj.x.protobuf.Mysqlx.ClientMessages.Type
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<Mysqlx.ClientMessages.Type>,java.lang.constant.Constable
- Enclosing class:
- Mysqlx.ClientMessages
public static enum Mysqlx.ClientMessages.Type extends java.lang.Enum<Mysqlx.ClientMessages.Type> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
Mysqlx.ClientMessages.Type-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description COMPRESSIONCOMPRESSION = 46;CON_CAPABILITIES_GETCON_CAPABILITIES_GET = 1;CON_CAPABILITIES_SETCON_CAPABILITIES_SET = 2;CON_CLOSECON_CLOSE = 3;CRUD_CREATE_VIEWCRUD_CREATE_VIEW = 30;CRUD_DELETECRUD_DELETE = 20;CRUD_DROP_VIEWCRUD_DROP_VIEW = 32;CRUD_FINDCRUD_FIND = 17;CRUD_INSERTCRUD_INSERT = 18;CRUD_MODIFY_VIEWCRUD_MODIFY_VIEW = 31;CRUD_UPDATECRUD_UPDATE = 19;CURSOR_CLOSECURSOR_CLOSE = 44;CURSOR_FETCHCURSOR_FETCH = 45;CURSOR_OPENCURSOR_OPEN = 43;EXPECT_CLOSEEXPECT_CLOSE = 25;EXPECT_OPENEXPECT_OPEN = 24;PREPARE_DEALLOCATEPREPARE_DEALLOCATE = 42;PREPARE_EXECUTEPREPARE_EXECUTE = 41;PREPARE_PREPAREPREPARE_PREPARE = 40;SESS_AUTHENTICATE_CONTINUESESS_AUTHENTICATE_CONTINUE = 5;SESS_AUTHENTICATE_STARTSESS_AUTHENTICATE_START = 4;SESS_CLOSESESS_CLOSE = 7;SESS_RESETSESS_RESET = 6;SQL_STMT_EXECUTESQL_STMT_EXECUTE = 12; -
Field Summary
Fields Modifier and Type Field Description static intCOMPRESSION_VALUECOMPRESSION = 46;static intCON_CAPABILITIES_GET_VALUECON_CAPABILITIES_GET = 1;static intCON_CAPABILITIES_SET_VALUECON_CAPABILITIES_SET = 2;static intCON_CLOSE_VALUECON_CLOSE = 3;static intCRUD_CREATE_VIEW_VALUECRUD_CREATE_VIEW = 30;static intCRUD_DELETE_VALUECRUD_DELETE = 20;static intCRUD_DROP_VIEW_VALUECRUD_DROP_VIEW = 32;static intCRUD_FIND_VALUECRUD_FIND = 17;static intCRUD_INSERT_VALUECRUD_INSERT = 18;static intCRUD_MODIFY_VIEW_VALUECRUD_MODIFY_VIEW = 31;static intCRUD_UPDATE_VALUECRUD_UPDATE = 19;static intCURSOR_CLOSE_VALUECURSOR_CLOSE = 44;static intCURSOR_FETCH_VALUECURSOR_FETCH = 45;static intCURSOR_OPEN_VALUECURSOR_OPEN = 43;static intEXPECT_CLOSE_VALUEEXPECT_CLOSE = 25;static intEXPECT_OPEN_VALUEEXPECT_OPEN = 24;static intPREPARE_DEALLOCATE_VALUEPREPARE_DEALLOCATE = 42;static intPREPARE_EXECUTE_VALUEPREPARE_EXECUTE = 41;static intPREPARE_PREPARE_VALUEPREPARE_PREPARE = 40;static intSESS_AUTHENTICATE_CONTINUE_VALUESESS_AUTHENTICATE_CONTINUE = 5;static intSESS_AUTHENTICATE_START_VALUESESS_AUTHENTICATE_START = 4;static intSESS_CLOSE_VALUESESS_CLOSE = 7;static intSESS_RESET_VALUESESS_RESET = 6;static intSQL_STMT_EXECUTE_VALUESQL_STMT_EXECUTE = 12; -
Method Summary
Modifier and Type Method Description static Mysqlx.ClientMessages.TypeforNumber(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<Mysqlx.ClientMessages.Type>internalGetValueMap()static Mysqlx.ClientMessages.TypevalueOf(int value)Deprecated.static Mysqlx.ClientMessages.TypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Mysqlx.ClientMessages.TypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Mysqlx.ClientMessages.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CON_CAPABILITIES_GET
CON_CAPABILITIES_GET = 1; -
CON_CAPABILITIES_SET
CON_CAPABILITIES_SET = 2; -
CON_CLOSE
CON_CLOSE = 3; -
SESS_AUTHENTICATE_START
SESS_AUTHENTICATE_START = 4; -
SESS_AUTHENTICATE_CONTINUE
SESS_AUTHENTICATE_CONTINUE = 5; -
SESS_RESET
SESS_RESET = 6; -
SESS_CLOSE
SESS_CLOSE = 7; -
SQL_STMT_EXECUTE
SQL_STMT_EXECUTE = 12; -
CRUD_FIND
CRUD_FIND = 17; -
CRUD_INSERT
CRUD_INSERT = 18; -
CRUD_UPDATE
CRUD_UPDATE = 19; -
CRUD_DELETE
CRUD_DELETE = 20; -
EXPECT_OPEN
EXPECT_OPEN = 24; -
EXPECT_CLOSE
EXPECT_CLOSE = 25; -
CRUD_CREATE_VIEW
CRUD_CREATE_VIEW = 30; -
CRUD_MODIFY_VIEW
CRUD_MODIFY_VIEW = 31; -
CRUD_DROP_VIEW
CRUD_DROP_VIEW = 32; -
PREPARE_PREPARE
PREPARE_PREPARE = 40; -
PREPARE_EXECUTE
PREPARE_EXECUTE = 41; -
PREPARE_DEALLOCATE
PREPARE_DEALLOCATE = 42; -
CURSOR_OPEN
CURSOR_OPEN = 43; -
CURSOR_CLOSE
CURSOR_CLOSE = 44; -
CURSOR_FETCH
CURSOR_FETCH = 45; -
COMPRESSION
COMPRESSION = 46;
-
-
Field Details
-
CON_CAPABILITIES_GET_VALUE
public static final int CON_CAPABILITIES_GET_VALUECON_CAPABILITIES_GET = 1;- See Also:
- Constant Field Values
-
CON_CAPABILITIES_SET_VALUE
public static final int CON_CAPABILITIES_SET_VALUECON_CAPABILITIES_SET = 2;- See Also:
- Constant Field Values
-
CON_CLOSE_VALUE
public static final int CON_CLOSE_VALUECON_CLOSE = 3;- See Also:
- Constant Field Values
-
SESS_AUTHENTICATE_START_VALUE
public static final int SESS_AUTHENTICATE_START_VALUESESS_AUTHENTICATE_START = 4;- See Also:
- Constant Field Values
-
SESS_AUTHENTICATE_CONTINUE_VALUE
public static final int SESS_AUTHENTICATE_CONTINUE_VALUESESS_AUTHENTICATE_CONTINUE = 5;- See Also:
- Constant Field Values
-
SESS_RESET_VALUE
public static final int SESS_RESET_VALUESESS_RESET = 6;- See Also:
- Constant Field Values
-
SESS_CLOSE_VALUE
public static final int SESS_CLOSE_VALUESESS_CLOSE = 7;- See Also:
- Constant Field Values
-
SQL_STMT_EXECUTE_VALUE
public static final int SQL_STMT_EXECUTE_VALUESQL_STMT_EXECUTE = 12;- See Also:
- Constant Field Values
-
CRUD_FIND_VALUE
public static final int CRUD_FIND_VALUECRUD_FIND = 17;- See Also:
- Constant Field Values
-
CRUD_INSERT_VALUE
public static final int CRUD_INSERT_VALUECRUD_INSERT = 18;- See Also:
- Constant Field Values
-
CRUD_UPDATE_VALUE
public static final int CRUD_UPDATE_VALUECRUD_UPDATE = 19;- See Also:
- Constant Field Values
-
CRUD_DELETE_VALUE
public static final int CRUD_DELETE_VALUECRUD_DELETE = 20;- See Also:
- Constant Field Values
-
EXPECT_OPEN_VALUE
public static final int EXPECT_OPEN_VALUEEXPECT_OPEN = 24;- See Also:
- Constant Field Values
-
EXPECT_CLOSE_VALUE
public static final int EXPECT_CLOSE_VALUEEXPECT_CLOSE = 25;- See Also:
- Constant Field Values
-
CRUD_CREATE_VIEW_VALUE
public static final int CRUD_CREATE_VIEW_VALUECRUD_CREATE_VIEW = 30;- See Also:
- Constant Field Values
-
CRUD_MODIFY_VIEW_VALUE
public static final int CRUD_MODIFY_VIEW_VALUECRUD_MODIFY_VIEW = 31;- See Also:
- Constant Field Values
-
CRUD_DROP_VIEW_VALUE
public static final int CRUD_DROP_VIEW_VALUECRUD_DROP_VIEW = 32;- See Also:
- Constant Field Values
-
PREPARE_PREPARE_VALUE
public static final int PREPARE_PREPARE_VALUEPREPARE_PREPARE = 40;- See Also:
- Constant Field Values
-
PREPARE_EXECUTE_VALUE
public static final int PREPARE_EXECUTE_VALUEPREPARE_EXECUTE = 41;- See Also:
- Constant Field Values
-
PREPARE_DEALLOCATE_VALUE
public static final int PREPARE_DEALLOCATE_VALUEPREPARE_DEALLOCATE = 42;- See Also:
- Constant Field Values
-
CURSOR_OPEN_VALUE
public static final int CURSOR_OPEN_VALUECURSOR_OPEN = 43;- See Also:
- Constant Field Values
-
CURSOR_CLOSE_VALUE
public static final int CURSOR_CLOSE_VALUECURSOR_CLOSE = 44;- See Also:
- Constant Field Values
-
CURSOR_FETCH_VALUE
public static final int CURSOR_FETCH_VALUECURSOR_FETCH = 45;- See Also:
- Constant Field Values
-
COMPRESSION_VALUE
public static final int COMPRESSION_VALUECOMPRESSION = 46;- 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<Mysqlx.ClientMessages.Type> 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 Mysqlx.ClientMessages.Type 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
-