public static enum Mysqlx.ServerMessages.Type extends java.lang.Enum<Mysqlx.ServerMessages.Type> implements com.google.protobuf.ProtocolMessageEnum
Mysqlx.ServerMessages.Type| Enum Constant and Description |
|---|
COMPRESSION
COMPRESSION = 19; |
CONN_CAPABILITIES
CONN_CAPABILITIES = 2; |
ERROR
ERROR = 1; |
NOTICE
NOTICE has to stay at 11 forever
|
OK
OK = 0; |
RESULTSET_COLUMN_META_DATA
RESULTSET_COLUMN_META_DATA = 12; |
RESULTSET_FETCH_DONE
RESULTSET_FETCH_DONE = 14; |
RESULTSET_FETCH_DONE_MORE_OUT_PARAMS
RESULTSET_FETCH_DONE_MORE_OUT_PARAMS = 18; |
RESULTSET_FETCH_DONE_MORE_RESULTSETS
RESULTSET_FETCH_DONE_MORE_RESULTSETS = 16; |
RESULTSET_FETCH_SUSPENDED
RESULTSET_FETCH_SUSPENDED = 15; |
RESULTSET_ROW
RESULTSET_ROW = 13; |
SESS_AUTHENTICATE_CONTINUE
SESS_AUTHENTICATE_CONTINUE = 3; |
SESS_AUTHENTICATE_OK
SESS_AUTHENTICATE_OK = 4; |
SQL_STMT_EXECUTE_OK
SQL_STMT_EXECUTE_OK = 17; |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPRESSION_VALUE
COMPRESSION = 19; |
static int |
CONN_CAPABILITIES_VALUE
CONN_CAPABILITIES = 2; |
static int |
ERROR_VALUE
ERROR = 1; |
static int |
NOTICE_VALUE
NOTICE has to stay at 11 forever
|
static int |
OK_VALUE
OK = 0; |
static int |
RESULTSET_COLUMN_META_DATA_VALUE
RESULTSET_COLUMN_META_DATA = 12; |
static int |
RESULTSET_FETCH_DONE_MORE_OUT_PARAMS_VALUE
RESULTSET_FETCH_DONE_MORE_OUT_PARAMS = 18; |
static int |
RESULTSET_FETCH_DONE_MORE_RESULTSETS_VALUE
RESULTSET_FETCH_DONE_MORE_RESULTSETS = 16; |
static int |
RESULTSET_FETCH_DONE_VALUE
RESULTSET_FETCH_DONE = 14; |
static int |
RESULTSET_FETCH_SUSPENDED_VALUE
RESULTSET_FETCH_SUSPENDED = 15; |
static int |
RESULTSET_ROW_VALUE
RESULTSET_ROW = 13; |
static int |
SESS_AUTHENTICATE_CONTINUE_VALUE
SESS_AUTHENTICATE_CONTINUE = 3; |
static int |
SESS_AUTHENTICATE_OK_VALUE
SESS_AUTHENTICATE_OK = 4; |
static int |
SQL_STMT_EXECUTE_OK_VALUE
SQL_STMT_EXECUTE_OK = 17; |
| Modifier and Type | Method and Description |
|---|---|
static Mysqlx.ServerMessages.Type |
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<Mysqlx.ServerMessages.Type> |
internalGetValueMap() |
static Mysqlx.ServerMessages.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Mysqlx.ServerMessages.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Mysqlx.ServerMessages.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mysqlx.ServerMessages.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mysqlx.ServerMessages.Type OK
OK = 0;public static final Mysqlx.ServerMessages.Type ERROR
ERROR = 1;public static final Mysqlx.ServerMessages.Type CONN_CAPABILITIES
CONN_CAPABILITIES = 2;public static final Mysqlx.ServerMessages.Type SESS_AUTHENTICATE_CONTINUE
SESS_AUTHENTICATE_CONTINUE = 3;public static final Mysqlx.ServerMessages.Type SESS_AUTHENTICATE_OK
SESS_AUTHENTICATE_OK = 4;public static final Mysqlx.ServerMessages.Type NOTICE
NOTICE has to stay at 11 forever
NOTICE = 11;public static final Mysqlx.ServerMessages.Type RESULTSET_COLUMN_META_DATA
RESULTSET_COLUMN_META_DATA = 12;public static final Mysqlx.ServerMessages.Type RESULTSET_ROW
RESULTSET_ROW = 13;public static final Mysqlx.ServerMessages.Type RESULTSET_FETCH_DONE
RESULTSET_FETCH_DONE = 14;public static final Mysqlx.ServerMessages.Type RESULTSET_FETCH_SUSPENDED
RESULTSET_FETCH_SUSPENDED = 15;public static final Mysqlx.ServerMessages.Type RESULTSET_FETCH_DONE_MORE_RESULTSETS
RESULTSET_FETCH_DONE_MORE_RESULTSETS = 16;public static final Mysqlx.ServerMessages.Type SQL_STMT_EXECUTE_OK
SQL_STMT_EXECUTE_OK = 17;public static final Mysqlx.ServerMessages.Type RESULTSET_FETCH_DONE_MORE_OUT_PARAMS
RESULTSET_FETCH_DONE_MORE_OUT_PARAMS = 18;public static final Mysqlx.ServerMessages.Type COMPRESSION
COMPRESSION = 19;public static final int OK_VALUE
OK = 0;public static final int ERROR_VALUE
ERROR = 1;public static final int CONN_CAPABILITIES_VALUE
CONN_CAPABILITIES = 2;public static final int SESS_AUTHENTICATE_CONTINUE_VALUE
SESS_AUTHENTICATE_CONTINUE = 3;public static final int SESS_AUTHENTICATE_OK_VALUE
SESS_AUTHENTICATE_OK = 4;public static final int NOTICE_VALUE
NOTICE has to stay at 11 forever
NOTICE = 11;public static final int RESULTSET_COLUMN_META_DATA_VALUE
RESULTSET_COLUMN_META_DATA = 12;public static final int RESULTSET_ROW_VALUE
RESULTSET_ROW = 13;public static final int RESULTSET_FETCH_DONE_VALUE
RESULTSET_FETCH_DONE = 14;public static final int RESULTSET_FETCH_SUSPENDED_VALUE
RESULTSET_FETCH_SUSPENDED = 15;public static final int RESULTSET_FETCH_DONE_MORE_RESULTSETS_VALUE
RESULTSET_FETCH_DONE_MORE_RESULTSETS = 16;public static final int SQL_STMT_EXECUTE_OK_VALUE
SQL_STMT_EXECUTE_OK = 17;public static final int RESULTSET_FETCH_DONE_MORE_OUT_PARAMS_VALUE
RESULTSET_FETCH_DONE_MORE_OUT_PARAMS = 18;public static final int COMPRESSION_VALUE
COMPRESSION = 19;public static Mysqlx.ServerMessages.Type[] values()
for (Mysqlx.ServerMessages.Type c : Mysqlx.ServerMessages.Type.values()) System.out.println(c);
public static Mysqlx.ServerMessages.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Mysqlx.ServerMessages.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Mysqlx.ServerMessages.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Mysqlx.ServerMessages.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Mysqlx.ServerMessages.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)