MySQL 8.3.0
Source Code Documentation
Mysqlx::ClientMessages Struct Reference

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

Public Types

enum  Type {
  CON_CAPABILITIES_GET = 1 , CON_CAPABILITIES_SET = 2 , CON_CLOSE = 3 , SESS_AUTHENTICATE_START = 4 ,
  SESS_AUTHENTICATE_CONTINUE = 5 , SESS_RESET = 6 , SESS_CLOSE = 7 , SQL_STMT_EXECUTE = 12 ,
  CRUD_FIND = 17 , CRUD_INSERT = 18 , CRUD_UPDATE = 19 , CRUD_DELETE = 20 ,
  EXPECT_OPEN = 24 , EXPECT_CLOSE = 25 , CRUD_CREATE_VIEW = 30 , CRUD_MODIFY_VIEW = 31 ,
  CRUD_DROP_VIEW = 32 , PREPARE_PREPARE = 40 , PREPARE_EXECUTE = 41 , PREPARE_DEALLOCATE = 42 ,
  CURSOR_OPEN = 43 , CURSOR_CLOSE = 44 , CURSOR_FETCH = 45 , COMPRESSION = 46
}
 

Detailed Description

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

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
CON_CAPABILITIES_GET 
CON_CAPABILITIES_SET 
CON_CLOSE 
SESS_AUTHENTICATE_START 
SESS_AUTHENTICATE_CONTINUE 
SESS_RESET 
SESS_CLOSE 
SQL_STMT_EXECUTE 
CRUD_FIND 
CRUD_INSERT 
CRUD_UPDATE 
CRUD_DELETE 
EXPECT_OPEN 
EXPECT_CLOSE 
CRUD_CREATE_VIEW 
CRUD_MODIFY_VIEW 
CRUD_DROP_VIEW 
PREPARE_PREPARE 
PREPARE_EXECUTE 
PREPARE_DEALLOCATE 
CURSOR_OPEN 
CURSOR_CLOSE 
CURSOR_FETCH 
COMPRESSION 

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