![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <classic_protocol_message.h>
Public Types | |
using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
constexpr | StmtPrepare (string_type statement) |
construct a PrepareStmt message. More... | |
constexpr string_type | statement () const |
Private Attributes | |
string_type | statement_ |
using classic_protocol::borrowable::message::client::StmtPrepare< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inlineconstexpr |
construct a PrepareStmt message.
statement | statement to prepare |
|
inlineconstexpr |
|
private |