MySQL 8.4.0
Source Code Documentation
Country_index_by_name Class Reference

#include <pfs_example_country.h>

Inheritance diagram for Country_index_by_name:
[legend]

Public Member Functions

bool match (Country_record *record) override
 
- Public Member Functions inherited from Country_index
 Country_index ()
 
virtual ~Country_index ()=default
 

Public Attributes

PSI_plugin_key_string m_continent_name
 
char m_continent_name_buffer [CONTINENT_NAME_LEN]
 
PSI_plugin_key_string m_country_name
 
char m_country_name_buffer [COUNTRY_NAME_LEN]
 
- Public Attributes inherited from Country_index
unsigned int m_fields
 

Member Function Documentation

◆ match()

bool Country_index_by_name::match ( Country_record record)
inlineoverridevirtual

Implements Country_index.

Member Data Documentation

◆ m_continent_name

PSI_plugin_key_string Country_index_by_name::m_continent_name

◆ m_continent_name_buffer

char Country_index_by_name::m_continent_name_buffer[CONTINENT_NAME_LEN]

◆ m_country_name

PSI_plugin_key_string Country_index_by_name::m_country_name

◆ m_country_name_buffer

char Country_index_by_name::m_country_name_buffer[COUNTRY_NAME_LEN]

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