26 #ifndef __TERRALIB_POSTGIS_INTERNAL_DATATYPES_H 
   27 #define __TERRALIB_POSTGIS_INTERNAL_DATATYPES_H 
   92 #endif  // __TERRALIB_POSTGIS_INTERNAL_DATATYPES_H 
std::ostream & operator<<(const te::common::Exception &e, std::ostream &o)
It serializes the exception and sends it to the output stream. 
 
unsigned char * m_digits
decimal digits 
 
Auxiliary structure used to decode Array data types. 
 
Auxiliary structure used to decode Numeric data types. 
 
int m_dataoffset
offset to stored data, or 0 if no nulls bitmap. 
 
unsigned int m_elemtype
element type OID. 
 
A data structure for holding version information. 
 
int m_dimensions
length of each array axis (C array of int) 
 
unsigned char * m_buf
start of alloc'd space for digits[]. 
 
int m_ndim
number of dimensions of the array. 
 
int m_weight
weight of first digit. 
 
int m_ndigits
number of digits in digits[] - can be 0! 
 
int m_dscale
display scale 
 
int m_sign
NUMERIC_POS, NUMERIC_NEG, or NUMERIC_NAN. 
 
int m_rscale
result scale.