MySQL 9.1.0
Source Code Documentation
classic_protocol::borrowable::message::client::StmtClose Class Reference

close a prepared statement. More...

#include <classic_protocol_message.h>

Public Member Functions

constexpr StmtClose (uint32_t statement_id)
 construct a StmtClose message. More...
 
constexpr uint32_t statement_id () const
 

Private Attributes

uint32_t statement_id_
 

Detailed Description

close a prepared statement.

Constructor & Destructor Documentation

◆ StmtClose()

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

construct a StmtClose message.

Parameters
statement_idstatement-id to close

Member Function Documentation

◆ statement_id()

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

Member Data Documentation

◆ statement_id_

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

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