package Mysqlx.Sql

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message StmtExecute

mysqlx_sql.proto:60

Execute a statement in the given namespace. @startuml "Execute Statements" client -> server: StmtExecute ... zero or more Resultsets ... server --> client: StmtExecuteOk @enduml @notice This message may generate a notice containing WARNINGs generated by its execution. This message may generate a notice containing INFO messages generated by its execution. @returns zero or more @ref Mysqlx::Resultset followed by @ref Mysqlx::Sql::StmtExecuteOk

Used in: Prepare.Prepare.OneOfMessage

message StmtExecuteOk

mysqlx_sql.proto:80

* Statement executed successful

(message has no fields)