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

Public Attributes

int fieldwidth
 
int decimalplaces
 
bool leadingsign
 
bool currency_symbol
 
bool leadingzeros
 
bool trailingzeros
 
bool commas
 

Detailed Description

Definition at line 141 of file csql_result_format.c.

Member Data Documentation

bool DB_TYPE_MONETARY_PROFILE::commas

Definition at line 149 of file csql_result_format.c.

Referenced by csql_db_value_as_string().

bool DB_TYPE_MONETARY_PROFILE::currency_symbol

Definition at line 146 of file csql_result_format.c.

Referenced by csql_db_value_as_string().

int DB_TYPE_MONETARY_PROFILE::decimalplaces

Definition at line 144 of file csql_result_format.c.

Referenced by csql_db_value_as_string().

int DB_TYPE_MONETARY_PROFILE::fieldwidth

Definition at line 143 of file csql_result_format.c.

Referenced by csql_db_value_as_string().

bool DB_TYPE_MONETARY_PROFILE::leadingsign

Definition at line 145 of file csql_result_format.c.

Referenced by csql_db_value_as_string().

bool DB_TYPE_MONETARY_PROFILE::leadingzeros

Definition at line 147 of file csql_result_format.c.

Referenced by csql_db_value_as_string().

bool DB_TYPE_MONETARY_PROFILE::trailingzeros

Definition at line 148 of file csql_result_format.c.

Referenced by csql_db_value_as_string().


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