aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpqdll.def
blob: d83bdfafd4809b42bf179fa875092f6b48db710e (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
LIBRARY LIBPQ
DESCRIPTION "Postgres Client Access Library"
EXPORTS
	PQconnectdb 		@ 1
	PQsetdbLogin 		@ 2
	PQconndefaults 		@ 3
	PQfinish 		@ 4
	PQreset			@ 5
	PQrequestCancel		@ 6
	PQdb			@ 7
	PQuser			@ 8
	PQpass			@ 9
	PQhost			@ 10
	PQport			@ 11
	PQtty			@ 12
	PQoptions		@ 13
	PQstatus		@ 14
	PQerrorMessage		@ 15
	PQsocket		@ 16
	PQbackendPID		@ 17
	PQtrace			@ 18
	PQuntrace		@ 19
	PQsetNoticeProcessor	@ 20
	PQexec			@ 21
	PQnotifies		@ 22
	PQsendQuery		@ 23
	PQgetResult		@ 24
	PQisBusy		@ 25
	PQconsumeInput		@ 26
	PQgetline		@ 27
	PQputline		@ 28
	PQgetlineAsync		@ 29
	PQputnbytes		@ 30
	PQendcopy		@ 31
	PQfn			@ 32
	PQresultStatus		@ 33
	PQntuples		@ 34
	PQnfields		@ 35
	PQbinaryTuples		@ 36
	PQfname			@ 37
	PQfnumber		@ 38
	PQftype			@ 39
	PQfsize			@ 40
	PQfmod			@ 41
	PQcmdStatus		@ 42
	PQoidStatus		@ 43
	PQcmdTuples		@ 44
	PQgetvalue		@ 45
	PQgetlength		@ 46
	PQgetisnull		@ 47
	PQclear			@ 48
	PQmakeEmptyPGresult	@ 49
	PQprint			@ 50
	PQdisplayTuples		@ 51
	PQprintTuples		@ 52
	lo_open			@ 53
	lo_close		@ 54
	lo_read			@ 55
	lo_write		@ 56
	lo_lseek		@ 57
	lo_creat		@ 58
	lo_tell			@ 59
	lo_unlink		@ 60
	lo_import		@ 61
	lo_export		@ 62
	pgresStatus		@ 63
	PQmblen			@ 64
	PQresultErrorMessage	@ 65
	PQresStatus		@ 66