|
PostgreSQL Source Code git master
|
#include <pgtypes_numeric.h>
Data Fields | |
| int | ndigits |
| int | weight |
| int | rscale |
| int | dscale |
| int | sign |
| NumericDigit * | buf |
| NumericDigit * | digits |
Definition at line 18 of file pgtypes_numeric.h.
| NumericDigit * numeric::buf |
Definition at line 25 of file pgtypes_numeric.h.
Referenced by alloc_var(), ecpg_set_compat_sqlda(), ecpg_set_native_sqlda(), PGTYPESnumeric_free(), sqlda_common_total_size(), and zero_var().
| NumericDigit * numeric::digits |
Definition at line 26 of file pgtypes_numeric.h.
Referenced by alloc_var(), ecpg_set_compat_sqlda(), ecpg_set_native_sqlda(), get_str_from_var(), PGTYPESnumeric_copy(), PGTYPESnumeric_from_long(), PGTYPESnumeric_to_decimal(), sqlda_common_total_size(), and zero_var().
| int numeric::dscale |
Definition at line 23 of file pgtypes_numeric.h.
Referenced by PGTYPESnumeric_copy(), PGTYPESnumeric_from_long(), PGTYPESnumeric_to_asc(), and PGTYPESnumeric_to_decimal().
| int numeric::ndigits |
Definition at line 20 of file pgtypes_numeric.h.
Referenced by alloc_var(), ecpg_set_compat_sqlda(), ecpg_set_native_sqlda(), get_str_from_var(), PGTYPESnumeric_copy(), PGTYPESnumeric_to_decimal(), sqlda_common_total_size(), and zero_var().
| int numeric::rscale |
Definition at line 22 of file pgtypes_numeric.h.
Referenced by PGTYPESnumeric_copy(), PGTYPESnumeric_from_long(), and PGTYPESnumeric_to_decimal().
| int numeric::sign |
Definition at line 24 of file pgtypes_numeric.h.
Referenced by get_str_from_var(), main(), PGTYPESnumeric_copy(), PGTYPESnumeric_from_long(), PGTYPESnumeric_to_decimal(), and zero_var().
| int numeric::weight |
Definition at line 21 of file pgtypes_numeric.h.
Referenced by get_str_from_var(), PGTYPESnumeric_copy(), PGTYPESnumeric_from_long(), PGTYPESnumeric_to_decimal(), and zero_var().