Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

decimal Struct Reference

#include <pgtypes_numeric.h>

Data Fields

int ndigits
int weight
int rscale
int dscale
int sign
NumericDigit digits [DECSIZE]

Detailed Description

Definition at line 27 of file pgtypes_numeric.h.


Field Documentation

Definition at line 34 of file pgtypes_numeric.h.

Referenced by PGTYPESnumeric_from_decimal(), and PGTYPESnumeric_to_decimal().

Definition at line 32 of file pgtypes_numeric.h.

Referenced by PGTYPESnumeric_from_decimal(), and PGTYPESnumeric_to_decimal().

Definition at line 29 of file pgtypes_numeric.h.

Referenced by PGTYPESnumeric_from_decimal(), and PGTYPESnumeric_to_decimal().

Definition at line 31 of file pgtypes_numeric.h.

Referenced by PGTYPESnumeric_from_decimal(), and PGTYPESnumeric_to_decimal().

Definition at line 33 of file pgtypes_numeric.h.

Referenced by PGTYPESnumeric_from_decimal(), and PGTYPESnumeric_to_decimal().

Definition at line 30 of file pgtypes_numeric.h.

Referenced by PGTYPESnumeric_from_decimal(), and PGTYPESnumeric_to_decimal().


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