MySQL 8.3.0
Source Code Documentation

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

#include <table_os_global_by_type.h>

Inheritance diagram for pos_os_global_by_type:
[legend]

Public Member Functions

 pos_os_global_by_type ()
 
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...
 

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...
 
- Static Public Attributes inherited from PFS_object_view_constants
static const uint FIRST_VIEW = 1
 
static const uint VIEW_TABLE = 1
 
static const uint VIEW_PROGRAM = 2
 
static const uint LAST_VIEW = 2
 

Detailed Description

Position of a cursor on PERFORMANCE_SCHEMA.OBJECTS_SUMMARY_GLOBAL_BY_TYPE.

Index 1 on object type Index 2 on object instance (0 based)

Constructor & Destructor Documentation

◆ pos_os_global_by_type()

pos_os_global_by_type::pos_os_global_by_type ( )
inline

Member Function Documentation

◆ has_more_view()

bool pos_os_global_by_type::has_more_view ( )
inline

◆ next_view()

void pos_os_global_by_type::next_view ( )
inline

◆ reset()

void pos_os_global_by_type::reset ( void  )
inline

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