MySQL 8.4.1
Source Code Documentation
Mysqlx::ServerMessages Struct Reference

IDs of messages that can be sent from server to client. More...

Public Types

enum  Type {
  OK = 0 , ERROR = 1 , CONN_CAPABILITIES = 2 , SESS_AUTHENTICATE_CONTINUE = 3 ,
  SESS_AUTHENTICATE_OK = 4 , NOTICE = 11 , RESULTSET_COLUMN_META_DATA = 12 , RESULTSET_ROW = 13 ,
  RESULTSET_FETCH_DONE = 14 , RESULTSET_FETCH_SUSPENDED = 15 , RESULTSET_FETCH_DONE_MORE_RESULTSETS = 16 , SQL_STMT_EXECUTE_OK = 17 ,
  RESULTSET_FETCH_DONE_MORE_OUT_PARAMS = 18 , COMPRESSION = 19
}
 

Detailed Description

IDs of messages that can be sent from server to client.

Note
This message is never sent on the wire. It is only used to let protoc:
  • generate constants
  • check for uniqueness

Member Enumeration Documentation

◆ Type

Enumerator
OK 
ERROR 
CONN_CAPABILITIES 
SESS_AUTHENTICATE_CONTINUE 
SESS_AUTHENTICATE_OK 
NOTICE 
RESULTSET_COLUMN_META_DATA 
RESULTSET_ROW 
RESULTSET_FETCH_DONE 
RESULTSET_FETCH_SUSPENDED 
RESULTSET_FETCH_DONE_MORE_RESULTSETS 
SQL_STMT_EXECUTE_OK 
RESULTSET_FETCH_DONE_MORE_OUT_PARAMS 
COMPRESSION 

The documentation for this struct was generated from the following file: