MySQL 8.0.42
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
gr::perfschema::Replication_group_communication_information_table_handle Struct Reference

A structure to define a handle for table in plugin/component code. More...

Public Member Functions

bool fetch_row_data ()
 Fetch values required for the row and stores into row struct members. More...
 

Public Attributes

unsigned long long current_pos {0}
 
Replication_group_communication_information row
 

Detailed Description

A structure to define a handle for table in plugin/component code.

Member Function Documentation

◆ fetch_row_data()

bool gr::perfschema::Replication_group_communication_information_table_handle::fetch_row_data ( )

Fetch values required for the row and stores into row struct members.

This stored data is read later through read_row_values().

Returns
Operation status
Return values
0Success
1Failure

Member Data Documentation

◆ current_pos

unsigned long long gr::perfschema::Replication_group_communication_information_table_handle::current_pos {0}

◆ row

Replication_group_communication_information gr::perfschema::Replication_group_communication_information_table_handle::row

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