|
CUBRID Engine
latest
|

Public Attributes | |
| char | format |
| int | fieldwidth |
| int | precision |
| bool | leadingsign |
| bool | leadingzeros |
| bool | trailingzeros |
| bool | commas |
Definition at line 73 of file csql_result_format.c.
| bool db_type_double_profile::commas |
Definition at line 81 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
| int db_type_double_profile::fieldwidth |
Definition at line 76 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
| char db_type_double_profile::format |
Definition at line 75 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
| bool db_type_double_profile::leadingsign |
Definition at line 78 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
| bool db_type_double_profile::leadingzeros |
Definition at line 79 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
| int db_type_double_profile::precision |
Definition at line 77 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
| bool db_type_double_profile::trailingzeros |
Definition at line 80 of file csql_result_format.c.
Referenced by csql_db_value_as_string().