MySQL 8.3.0
Source Code Documentation

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

#include <table_status_by_user.h>

Inheritance diagram for pos_status_by_user:
[legend]

Public Member Functions

 pos_status_by_user ()
 
void reset ()
 
bool has_more_user ()
 
void next_user ()
 
- 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.STATUS_BY_USER.

Index 1 on user (0 based) Index 2 on status variable (0 based)

Constructor & Destructor Documentation

◆ pos_status_by_user()

pos_status_by_user::pos_status_by_user ( )
inline

Member Function Documentation

◆ has_more_user()

bool pos_status_by_user::has_more_user ( )
inline

◆ next_user()

void pos_status_by_user::next_user ( )
inline

◆ reset()

void pos_status_by_user::reset ( void  )
inline

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