MySQL 9.7.0
Source Code Documentation
applier_metrics::Applier_metrics_table_with_cursor Class Reference

Implementation of the replication_applier_metrics table. More...

Public Types

using Type_info_t = Row_proxy_type_info< Enum_applier_metric_type, applier_metric_type_end, 24 >
 

Static Public Member Functions

static constexpr const char * get_table_name ()
 Return the table name. More...
 
static constexpr const char * get_table_definition ()
 Return the table definition. More...
 
static const auto & get_row_view_definition ()
 Return a const reference to the Row_view_definition_t which defines how to retrieve row values from a Packet. More...
 
static auto get_table_data ()
 Return the table data. More...
 
static void free_table_data (Type_info_t::Table_t table)
 Free the table data. More...
 

Detailed Description

Implementation of the replication_applier_metrics table.

Member Typedef Documentation

◆ Type_info_t

Member Function Documentation

◆ free_table_data()

static void applier_metrics::Applier_metrics_table_with_cursor::free_table_data ( Type_info_t::Table_t  table)
inlinestatic

Free the table data.

◆ get_row_view_definition()

static const auto & applier_metrics::Applier_metrics_table_with_cursor::get_row_view_definition ( )
inlinestatic

Return a const reference to the Row_view_definition_t which defines how to retrieve row values from a Packet.

◆ get_table_data()

static auto applier_metrics::Applier_metrics_table_with_cursor::get_table_data ( )
inlinestatic

Return the table data.

◆ get_table_definition()

static constexpr const char * applier_metrics::Applier_metrics_table_with_cursor::get_table_definition ( )
inlinestaticconstexpr

Return the table definition.

◆ get_table_name()

static constexpr const char * applier_metrics::Applier_metrics_table_with_cursor::get_table_name ( )
inlinestaticconstexpr

Return the table name.


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