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

Public Member Functions

void rewind ()
 
bool is_eof () const
 
 Connection_control_tb_handle ()
 

Public Attributes

unique_ptr< Connection_control_pfs_table_datam_table
 
Connection_control_pfs_table_data::const_iterator m_pos
 
bool before_first_row
 

Additional Inherited Members

- Static Public Member Functions inherited from connection_control::Connection_control_alloc
static void * operator new (size_t size) noexcept
 
static void * operator new[] (size_t size) noexcept
 
static void operator delete (void *ptr)
 
static void operator delete[] (void *ptr)
 

Constructor & Destructor Documentation

◆ Connection_control_tb_handle()

connection_control::Connection_control_tb_handle::Connection_control_tb_handle ( )
inline

Member Function Documentation

◆ is_eof()

bool connection_control::Connection_control_tb_handle::is_eof ( ) const
inline

◆ rewind()

void connection_control::Connection_control_tb_handle::rewind ( )
inline

Member Data Documentation

◆ before_first_row

bool connection_control::Connection_control_tb_handle::before_first_row

◆ m_pos

Connection_control_pfs_table_data::const_iterator connection_control::Connection_control_tb_handle::m_pos

◆ m_table

unique_ptr<Connection_control_pfs_table_data> connection_control::Connection_control_tb_handle::m_table

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