MySQL 9.1.0
Source Code Documentation
|
#include <pfs_example_country.h>
Public Attributes | |
char | name [COUNTRY_NAME_LEN] |
unsigned int | name_length |
char | continent_name [CONTINENT_NAME_LEN] |
unsigned int | continent_name_length |
char | country_code [COUNTRY_CODE_LEN] |
unsigned int | country_code_length |
PSI_year | year |
PSI_bigint | population |
PSI_double | growth_factor |
bool | m_exist |
char Country_record::continent_name[CONTINENT_NAME_LEN] |
unsigned int Country_record::continent_name_length |
char Country_record::country_code[COUNTRY_CODE_LEN] |
unsigned int Country_record::country_code_length |
PSI_double Country_record::growth_factor |
bool Country_record::m_exist |
char Country_record::name[COUNTRY_NAME_LEN] |
unsigned int Country_record::name_length |
PSI_bigint Country_record::population |
PSI_year Country_record::year |