MySQL 8.3.0
Source Code Documentation

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

#include <table_setup_instruments.h>

Inheritance diagram for pos_setup_instruments:
[legend]

Public Member Functions

 pos_setup_instruments ()
 
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_instrument_view_constants
static const uint FIRST_INSTRUMENT = 1
 
static const uint FIRST_VIEW = 1
 
static const uint VIEW_MUTEX = 1
 
static const uint VIEW_RWLOCK = 2
 
static const uint VIEW_COND = 3
 
static const uint VIEW_FILE = 4
 
static const uint VIEW_TABLE = 5
 
static const uint VIEW_SOCKET = 6
 
static const uint VIEW_IDLE = 7
 
static const uint VIEW_METADATA = 8
 
static const uint LAST_VIEW = 8
 
static const uint VIEW_STAGE = 9
 
static const uint VIEW_STATEMENT = 10
 
static const uint VIEW_TRANSACTION = 11
 
static const uint VIEW_BUILTIN_MEMORY = 12
 
static const uint VIEW_MEMORY = 13
 
static const uint VIEW_ERROR = 14
 
static const uint LAST_INSTRUMENT = 14
 

Detailed Description

Position of a cursor on PERFORMANCE_SCHEMA.SETUP_INSTRUMENTS.

Constructor & Destructor Documentation

◆ pos_setup_instruments()

pos_setup_instruments::pos_setup_instruments ( )
inline

Member Function Documentation

◆ has_more_view()

bool pos_setup_instruments::has_more_view ( )
inline

◆ next_view()

void pos_setup_instruments::next_view ( )
inline

◆ reset()

void pos_setup_instruments::reset ( void  )
inline

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