CUBRID Engine
latest
|
#include <cnvlex.h>
Public Attributes | |
FMT_TOKEN_TYPE | type |
const char * | text |
int | length |
const char * | raw_text |
int | value |
int fmt_token::length |
Definition at line 113 of file cnvlex.h.
Referenced by bfmt_value(), bifmt_numeric_value(), db_string_date(), db_string_datetime(), db_string_time(), db_string_timestamp(), ffmt_value(), fmt_fractional_value(), mfmt_value(), num_fmt_print(), and tfmt_new().
const char* fmt_token::raw_text |
Definition at line 114 of file cnvlex.h.
Referenced by bfmt_print(), bifmt_numeric_value(), ffmt_value(), fmt_fractional_value(), ifmt_numeric_value(), and mfmt_value().
const char* fmt_token::text |
Definition at line 112 of file cnvlex.h.
Referenced by bfmt_print(), bfmt_value(), bifmt_numeric_value(), db_datetime_string(), db_string_date(), db_string_datetime(), db_string_time(), db_string_timestamp(), db_time_string(), db_timestamp_string(), ffmt_valid_char(), ffmt_value(), fmt_date_value(), fmt_fractional_digits(), fmt_fractional_value(), fmt_integral_digits(), fmt_minute_value(), fmt_second_value(), fmt_time_value(), ifmt_new(), ifmt_valid_char(), ko_date_value(), ko_time_value(), mfmt_valid_char(), mfmt_value(), num_fmt_print(), tfmt_new(), us_date_value(), and us_time_value().
FMT_TOKEN_TYPE fmt_token::type |
Definition at line 111 of file cnvlex.h.
Referenced by bfmt_valid_char(), db_string_date(), db_string_datetime(), db_string_time(), db_string_timestamp(), ffmt_valid_char(), ifmt_valid_char(), mfmt_valid_char(), and tfmt_new().
int fmt_token::value |
Definition at line 115 of file cnvlex.h.
Referenced by fmt_date_value(), local_am_pm_value(), and us_time_value().