MySQL 8.4.0
Source Code Documentation
Service_statement Struct Reference

Public Member Functions

 ~Service_statement ()
 

Public Attributes

size_t capacity = 500
 
size_t num_rows_per_fetch = 1
 
bool use_thd_protocol = false
 
std::string charset_name = "utf8mb4"
 
Statement_handlestmt {nullptr}
 

Constructor & Destructor Documentation

◆ ~Service_statement()

Service_statement::~Service_statement ( )
inline

Member Data Documentation

◆ capacity

size_t Service_statement::capacity = 500

◆ charset_name

std::string Service_statement::charset_name = "utf8mb4"

◆ num_rows_per_fetch

size_t Service_statement::num_rows_per_fetch = 1

◆ stmt

Statement_handle* Service_statement::stmt {nullptr}

◆ use_thd_protocol

bool Service_statement::use_thd_protocol = false

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