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

Public Attributes

char format
 
int fieldwidth
 
bool leadingsymbol
 
bool leadingzeros
 
bool commas
 

Detailed Description

Definition at line 108 of file csql_result_format.c.

Member Data Documentation

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


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