|
CUBRID Engine
latest
|

Public Attributes | |
| bool | thousands |
| bool | decimal |
| int | integral_digits |
| FORMAT_DIGIT | integral_type |
| int | fractional_digits |
| FORMAT_DIGIT | fractional_type |
| FORMAT_CURRENCY | format |
| DB_CURRENCY | currency |
| FMT_LEX_MODE | mode |
| DB_CURRENCY monetary_format_s::currency |
Definition at line 191 of file cnv.c.
Referenced by fmt_fractional_value(), and mfmt_new().
| bool monetary_format_s::decimal |
Definition at line 185 of file cnv.c.
Referenced by mfmt_new(), and mfmt_value().
| FORMAT_CURRENCY monetary_format_s::format |
Definition at line 190 of file cnv.c.
Referenced by fmt_fractional_value(), mfmt_new(), and mfmt_value().
| int monetary_format_s::fractional_digits |
Definition at line 188 of file cnv.c.
Referenced by mfmt_new(), and mfmt_value().
| FORMAT_DIGIT monetary_format_s::fractional_type |
Definition at line 189 of file cnv.c.
Referenced by mfmt_new(), and mfmt_value().
| int monetary_format_s::integral_digits |
Definition at line 186 of file cnv.c.
Referenced by mfmt_new(), and mfmt_value().
| FORMAT_DIGIT monetary_format_s::integral_type |
Definition at line 187 of file cnv.c.
Referenced by mfmt_new(), and mfmt_value().
| FMT_LEX_MODE monetary_format_s::mode |
Definition at line 192 of file cnv.c.
Referenced by mfmt_new(), and mfmt_value().
| bool monetary_format_s::thousands |
Definition at line 184 of file cnv.c.
Referenced by mfmt_new(), and mfmt_value().