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

Public Attributes

char format
 
int fieldwidth
 
int precision
 
bool leadingsign
 
bool leadingzeros
 
bool trailingzeros
 
bool commas
 

Detailed Description

Definition at line 73 of file csql_result_format.c.

Member Data Documentation

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().


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