aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/libpqdll.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq/libpqdll.def')
-rw-r--r--src/interfaces/libpq/libpqdll.def73
1 files changed, 73 insertions, 0 deletions
diff --git a/src/interfaces/libpq/libpqdll.def b/src/interfaces/libpq/libpqdll.def
new file mode 100644
index 00000000000..0a46f8273c7
--- /dev/null
+++ b/src/interfaces/libpq/libpqdll.def
@@ -0,0 +1,73 @@
+LIBRARY LIBPQ
+DESCRIPTION "Postgres Client Access Library"
+EXPORTS
+ PQconnectdb @ 1
+ PQconndefaults @ 2
+ PQsetdbLogin @ 3
+ PQfinish @ 4
+ PQreset @ 5
+ PQdb @ 6
+ PQuser @ 7
+ PQhost @ 8
+ PQoptions @ 9
+ PQport @ 10
+ PQtty @ 11
+ PQstatus @ 12
+ PQerrorMessage @ 13
+ PQsocket @ 14
+ PQtrace @ 15
+ PQuntrace @ 16
+ PQexec @ 17
+ PQnotifies @ 18
+ PQsendQuery @ 19
+ PQgetResult @ 20
+ PQisBusy @ 21
+ PQconsumeInput @ 22
+ PQrequestCancel @ 23
+ PQgetline @ 24
+ PQputline @ 25
+ PQendcopy @ 26
+ PQfn @ 27
+ PQclearAsyncResult @ 28
+ PQresultStatus @ 29
+ PQntuples @ 30
+ PQnfields @ 31
+ PQfname @ 32
+ PQfnumber @ 33
+ PQftype @ 34
+ PQfsize @ 35
+ PQfmod @ 36
+ PQcmdStatus @ 37
+ PQoidStatus @ 38
+ PQcmdTuples @ 39
+ PQgetvalue @ 40
+ PQgetlength @ 41
+ PQgetisnull @ 42
+ PQclear @ 43
+ PQprint @ 44
+ PQdisplayTuples @ 45
+ PQprintTuples @ 46
+ fe_getauthsvc @ 47
+ fe_setauthsvc @ 48
+ fe_getauthname @ 49
+ pqGetc @ 50
+ pqGets @ 51
+ pqPuts @ 52
+ pqGetnchar @ 53
+ pqPutnchar @ 54
+ pqGetInt @ 55
+ pqPutInt @ 56
+ pqReadData @ 57
+ pqFlush @ 58
+ pqWait @ 59
+ lo_open @ 60
+ lo_close @ 61
+ lo_read @ 62
+ lo_write @ 63
+ lo_lseek @ 64
+ lo_creat @ 65
+ lo_tell @ 66
+ lo_unlink @ 67
+ lo_import @ 68
+ lo_export @ 69
+