MySQL 8.3.0
Source Code Documentation
pos_esgs_by_account_by_event_name Struct Reference

Position of a cursor on PERFORMANCE_SCHEMA.EVENTS_STAGES_SUMMARY_BY_ACCOUNT_BY_EVENT_NAME. More...

#include <table_esgs_by_account_by_event_name.h>

Inheritance diagram for pos_esgs_by_account_by_event_name:
[legend]

Public Member Functions

 pos_esgs_by_account_by_event_name ()
 
void reset ()
 
void next_account ()
 
- Public Member Functions inherited from PFS_double_index
 PFS_double_index (uint index_1, uint index_2)
 Constructor. More...
 
void set_at (uint index_1, uint index_2)
 Set this index at a given position. More...
 
void set_at (const PFS_double_index *other)
 Set this index at a given position. More...
 
void set_after (const PFS_double_index *other)
 Set this index after a given position. More...
 

Additional Inherited Members

- Public Attributes inherited from PFS_double_index
uint m_index_1
 Outer index. More...
 
uint m_index_2
 Current index within index_1. More...
 

Detailed Description

Position of a cursor on PERFORMANCE_SCHEMA.EVENTS_STAGES_SUMMARY_BY_ACCOUNT_BY_EVENT_NAME.

Index 1 on account (0 based) Index 2 on stage class (1 based)

Constructor & Destructor Documentation

◆ pos_esgs_by_account_by_event_name()

pos_esgs_by_account_by_event_name::pos_esgs_by_account_by_event_name ( )
inline

Member Function Documentation

◆ next_account()

void pos_esgs_by_account_by_event_name::next_account ( )
inline

◆ reset()

void pos_esgs_by_account_by_event_name::reset ( void  )
inline

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