MySQL 9.0.0
Source Code Documentation
Mysqlx::Sql::StmtExecute Struct Reference

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
 

Member Data Documentation

◆ args

repeated Mysqlx::Datatypes::Any Mysqlx::Sql::StmtExecute::args = 2

values for wildcard replacements

◆ client_message_id

ClientMessages::Type Mysqlx::Sql::StmtExecute::client_message_id = SQL_STMT_EXECUTE

◆ compact_metadata

optional bool Mysqlx::Sql::StmtExecute::compact_metadata = 4 [ default = false ]

send only type information for Mysqlx::Resultset::ColumnMetaData, skipping names and others

◆ namespace_

optional string Mysqlx::Sql::StmtExecute::namespace_ = 3 [ default = "sql" ]

namespace of the statement to be executed

◆ stmt

required bytes Mysqlx::Sql::StmtExecute::stmt = 1

statement that shall be executed


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