PostgreSQL Source Code: src/interfaces/ecpg/include/ecpgtype.h Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33#ifndef _ECPGTYPE_H

34#define _ECPGTYPE_H

35

36#ifdef __cplusplus

37extern "C"

38{

39#endif

40

42{

49 ECPGt_numeric,

50

51 ECPGt_decimal,

52

69

70

72{

91

92#define IS_SIMPLE_TYPE(type) (((type) >= ECPGt_char && (type) <= ECPGt_interval) || ((type) == ECPGt_string) || ((type) == ECPGt_bytea))

93

94

96{

104

105#ifdef __cplusplus

106}

107#endif

108

109#endif

@ ECPGst_exec_with_exprlist

@ ECPGt_unsigned_long_long