CUBRID Engine  latest
tz_raw_zone_info Struct Reference
Collaboration diagram for tz_raw_zone_info:
Collaboration graph

Public Attributes

int offset_rule_count
 
TZ_RAW_OFFSET_RULEoffset_rules
 
int id
 
int country_id
 
int alias_count
 
char ** aliases
 
char clone_of [TZ_GENERIC_NAME_SIZE]
 
int clone_of_id
 
char code [TZ_COUNTRY_CODE_SIZE]
 
char coordinates [TZ_COORDINATES_MAX_SIZE]
 
char full_name [TZ_GENERIC_NAME_SIZE]
 
char comments [TZ_COMMENTS_MAX_SIZE]
 

Detailed Description

Definition at line 159 of file tz_compile.c.

Member Data Documentation

int tz_raw_zone_info::alias_count

Definition at line 165 of file tz_compile.c.

Referenced by tzc_compile_data(), tzc_free_raw_data(), and tzc_index_raw_subdata().

char** tz_raw_zone_info::aliases

Definition at line 166 of file tz_compile.c.

Referenced by tzc_compile_data(), tzc_free_raw_data(), and tzc_index_raw_subdata().

char tz_raw_zone_info::clone_of[TZ_GENERIC_NAME_SIZE]

Definition at line 167 of file tz_compile.c.

Referenced by tzc_check_links_raw_data(), and tzc_index_raw_subdata().

int tz_raw_zone_info::clone_of_id
char tz_raw_zone_info::code[TZ_COUNTRY_CODE_SIZE]

Definition at line 169 of file tz_compile.c.

Referenced by tzc_add_zone(), and tzc_index_raw_subdata().

char tz_raw_zone_info::comments[TZ_COMMENTS_MAX_SIZE]

Definition at line 172 of file tz_compile.c.

Referenced by tzc_add_zone(), and tzc_summary().

char tz_raw_zone_info::coordinates[TZ_COORDINATES_MAX_SIZE]

Definition at line 170 of file tz_compile.c.

Referenced by tzc_add_zone(), and tzc_summary().

int tz_raw_zone_info::country_id

Definition at line 164 of file tz_compile.c.

Referenced by tzc_compile_data(), and tzc_index_raw_subdata().

int tz_raw_zone_info::offset_rule_count

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