MySQL 8.3.0
Source Code Documentation
pos_ees_by_host_by_error Struct Reference

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

#include <table_ees_by_host_by_error.h>

Inheritance diagram for pos_ees_by_host_by_error:
[legend]

Public Member Functions

 pos_ees_by_host_by_error ()
 
void reset ()
 
void next_host ()
 
bool has_more_error ()
 
void next_error ()
 
- 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_ERRORS_SUMMARY_BY_HOST_BY_ERROR.

Index 1 on host (0 based) Index 2 on error (0 based)

Constructor & Destructor Documentation

◆ pos_ees_by_host_by_error()

pos_ees_by_host_by_error::pos_ees_by_host_by_error ( )
inline

Member Function Documentation

◆ has_more_error()

bool pos_ees_by_host_by_error::has_more_error ( )
inline

◆ next_error()

void pos_ees_by_host_by_error::next_error ( )
inline

◆ next_host()

void pos_ees_by_host_by_error::next_host ( )
inline

◆ reset()

void pos_ees_by_host_by_error::reset ( void  )
inline

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