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

Public Attributes

TZ_REGION_TYPE type
 
union {
   int   offset
 
   struct {
      unsigned int   zone_id
 
      unsigned int   offset_id
 
      unsigned int   dst_id
 
      char   dst_str [TZ_DS_STRING_SIZE]
 
      TZ_TIMEZONE *   p_timezone
 
      TZ_OFFSET_RULE *   p_zone_off_rule
 
      TZ_DS_RULE *   p_ds_rule
 
   }   zone
 
}; 
 

Detailed Description

Definition at line 57 of file tz_support.c.

Member Data Documentation

union { ... }
unsigned int tz_decode_info::dst_id
char tz_decode_info::dst_str[TZ_DS_STRING_SIZE]

Definition at line 68 of file tz_support.c.

Referenced by tz_str_timezone_decode().

unsigned int tz_decode_info::offset_id

Definition at line 66 of file tz_support.c.

Referenced by tz_encode_tz_id().

TZ_DS_RULE* tz_decode_info::p_ds_rule

Definition at line 72 of file tz_support.c.

TZ_TIMEZONE* tz_decode_info::p_timezone

Definition at line 70 of file tz_support.c.

TZ_OFFSET_RULE* tz_decode_info::p_zone_off_rule

Definition at line 71 of file tz_support.c.


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