![]() |
MySQL 9.5.0
Source Code Documentation
|
append data to a parameter of a prepared statement. More...
#include <classic_protocol_message.h>
Public Types | |
| using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
| constexpr | StmtParamAppendData (uint32_t statement_id, uint16_t param_id, string_type data) |
| construct an append-data-to-parameter message. More... | |
| constexpr uint32_t | statement_id () const |
| constexpr uint16_t | param_id () const |
| constexpr string_type | data () const |
Private Attributes | |
| uint32_t | statement_id_ |
| uint16_t | param_id_ |
| string_type | data_ |
append data to a parameter of a prepared statement.
| using classic_protocol::borrowable::message::client::StmtParamAppendData< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inlineconstexpr |
construct an append-data-to-parameter message.
| statement_id | statement-id to close |
| param_id | parameter-id to append data to |
| data | data to append to param_id of statement_id |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
private |
|
private |
|
private |