MySQL 9.1.0
Source Code Documentation
|
Prepare a new statement. More...
Classes | |
struct | OneOfMessage |
Public Attributes | |
required uint32 | stmt_id = 1 |
client-side assigned statement ID, which is going to identify the result of preparation More... | |
required OneOfMessage | stmt = 2 |
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute More... | |
ClientMessages::Type | client_message_id = PREPARE_PREPARE |
ClientMessages::Type Mysqlx::Prepare::Prepare::client_message_id = PREPARE_PREPARE |
required OneOfMessage Mysqlx::Prepare::Prepare::stmt = 2 |
defines one of following messages to be prepared: Crud::Find, Crud::Insert, Crud::Delete, Crud::Upsert, Sql::StmtExecute
required uint32 Mysqlx::Prepare::Prepare::stmt_id = 1 |
client-side assigned statement ID, which is going to identify the result of preparation