CUBRID Engine
latest
|
Public Attributes | |
char | format |
int | fieldwidth |
bool | leadingsymbol |
bool | leadingzeros |
bool | commas |
Definition at line 108 of file csql_result_format.c.
bool db_type_integer_profile::commas |
Definition at line 114 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
int db_type_integer_profile::fieldwidth |
Definition at line 111 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
char db_type_integer_profile::format |
Definition at line 110 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
bool db_type_integer_profile::leadingsymbol |
Definition at line 112 of file csql_result_format.c.
Referenced by csql_db_value_as_string().
bool db_type_integer_profile::leadingzeros |
Definition at line 113 of file csql_result_format.c.
Referenced by csql_db_value_as_string().