MySQL 9.0.0
Source Code Documentation
|
#include <classic_protocol_message.h>
Classes | |
struct | Param |
Public Types | |
using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
Query (string_type statement) | |
Query (string_type statement, std::vector< Param > values) | |
construct a Query message with values. More... | |
constexpr string_type | statement () const |
std::vector< Param > | values () const |
Private Attributes | |
string_type | statement_ |
std::vector< Param > | values_ |
using classic_protocol::borrowable::message::client::Query< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inline |
|
inline |
construct a Query message with values.
statement | statement to query |
values | values for statement |
|
inlineconstexpr |
|
inline |
|
private |
|
private |