MySQL 9.0.0
Source Code Documentation
classic_protocol::borrowable::message::client::StmtReset Class Reference

reset a prepared statement. More...

#include <classic_protocol_message.h>

Public Member Functions

constexpr StmtReset (uint32_t statement_id)
 construct a ResetStmt message. More...
 
constexpr uint32_t statement_id () const
 

Private Attributes

uint32_t statement_id_
 

Detailed Description

reset a prepared statement.

Constructor & Destructor Documentation

◆ StmtReset()

constexpr classic_protocol::borrowable::message::client::StmtReset::StmtReset ( uint32_t  statement_id)
inlineconstexpr

construct a ResetStmt message.

Parameters
statement_idstatement-id to close

Member Function Documentation

◆ statement_id()

constexpr uint32_t classic_protocol::borrowable::message::client::StmtReset::statement_id ( ) const
inlineconstexpr

Member Data Documentation

◆ statement_id_

uint32_t classic_protocol::borrowable::message::client::StmtReset::statement_id_
private

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