aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/decimal.h
blob: 2c13a33c70860dd0b3b544abb7ccfcee0876636c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <pgtypes_numeric.h>

#ifndef dec_t
#define dec_t NumericVar

#define CSHORTTYPE 0
#define CMONEYTYPE 0
#define CCHARTYPE 0
#define CDECIMALTYPE 0
#define CINTTYPE 0
#define CDATETYPE 0
#define CDOUBLETYPE 0
#define CLONGTYPE 0

#endif /* dec_t */