MySQL 8.3.0
Source Code Documentation
pos_mems_global_by_event_name Struct Reference

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

#include <table_mems_global_by_event_name.h>

Inheritance diagram for pos_mems_global_by_event_name:
[legend]

Public Member Functions

 pos_mems_global_by_event_name ()
 
void reset ()
 
bool has_more_view ()
 
void next_view ()
 
- 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...
 

Static Public Attributes

static const uint FIRST_VIEW = 1
 
static const uint VIEW_BUILTIN_MEMORY = 1
 
static const uint VIEW_MEMORY = 2
 
static const uint LAST_VIEW = 2
 

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.MEMORY_SUMMARY_GLOBAL_BY_EVENT_NAME.

Index 1 on view Index 2 on instrument key (1 based)

Constructor & Destructor Documentation

◆ pos_mems_global_by_event_name()

pos_mems_global_by_event_name::pos_mems_global_by_event_name ( )
inline

Member Function Documentation

◆ has_more_view()

bool pos_mems_global_by_event_name::has_more_view ( )
inline

◆ next_view()

void pos_mems_global_by_event_name::next_view ( )
inline

◆ reset()

void pos_mems_global_by_event_name::reset ( void  )
inline

Member Data Documentation

◆ FIRST_VIEW

const uint pos_mems_global_by_event_name::FIRST_VIEW = 1
static

◆ LAST_VIEW

const uint pos_mems_global_by_event_name::LAST_VIEW = 2
static

◆ VIEW_BUILTIN_MEMORY

const uint pos_mems_global_by_event_name::VIEW_BUILTIN_MEMORY = 1
static

◆ VIEW_MEMORY

const uint pos_mems_global_by_event_name::VIEW_MEMORY = 2
static

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