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