MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
StmtResultRow Class Reference
Inheritance diagram for StmtResultRow:
[legend]

Public Member Functions

 StmtResultRow (MySQLSession::Row row, unsigned long *sizes)
 
virtual size_t get_data_size (size_t i) const override
 
- Public Member Functions inherited from mysqlrouter::MySQLSession::ResultRow
 ResultRow (Row row)
 
virtual ~ResultRow ()=default
 
size_t size () const
 
RowIt begin () const
 
RowIt end () const
 
const char *& operator[] (size_t i)
 
const char * operator[] (size_t i) const
 

Private Attributes

unsigned long * sizes_
 

Constructor & Destructor Documentation

◆ StmtResultRow()

StmtResultRow::StmtResultRow ( MySQLSession::Row  row,
unsigned long *  sizes 
)
inline

Member Function Documentation

◆ get_data_size()

virtual size_t StmtResultRow::get_data_size ( size_t  i) const
inlineoverridevirtual

Member Data Documentation

◆ sizes_

unsigned long* StmtResultRow::sizes_
private

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