MySQL 9.1.0
Source Code Documentation
|
Public Attributes | |
optional string | namespace_ = 3 [ default = "sql" ] |
namespace of the statement to be executed More... | |
required bytes | stmt = 1 |
statement that shall be executed More... | |
repeated Mysqlx::Datatypes::Any | args = 2 |
values for wildcard replacements More... | |
optional bool | compact_metadata = 4 [ default = false ] |
send only type information for Mysqlx::Resultset::ColumnMetaData, skipping names and others More... | |
ClientMessages::Type | client_message_id = SQL_STMT_EXECUTE |
repeated Mysqlx::Datatypes::Any Mysqlx::Sql::StmtExecute::args = 2 |
values for wildcard replacements
ClientMessages::Type Mysqlx::Sql::StmtExecute::client_message_id = SQL_STMT_EXECUTE |
optional bool Mysqlx::Sql::StmtExecute::compact_metadata = 4 [ default = false ] |
send only type information for Mysqlx::Resultset::ColumnMetaData, skipping names and others
optional string Mysqlx::Sql::StmtExecute::namespace_ = 3 [ default = "sql" ] |
namespace of the statement to be executed
required bytes Mysqlx::Sql::StmtExecute::stmt = 1 |
statement that shall be executed