Commit 97e2446b authored by Bruce Momjian's avatar Bruce Momjian

Add new versions DLL lists, from Karl Waclawek

parent 7b4aa310
This diff is collapsed.
; DEF file for MS VC++
LIBRARY LIBPQ LIBRARY LIBPQ
DESCRIPTION "PostgreSQL Client Library"
EXPORTS EXPORTS
PQconnectdb @ 1 PQconnectdb @ 1
PQsetdbLogin @ 2 PQsetdbLogin @ 2
PQconndefaults @ 3 PQconndefaults @ 3
PQfinish @ 4 PQfinish @ 4
PQreset @ 5 PQreset @ 5
PQrequestCancel @ 6 PQrequestCancel @ 6
PQdb @ 7 PQdb @ 7
PQuser @ 8 PQuser @ 8
PQpass @ 9 PQpass @ 9
PQhost @ 10 PQhost @ 10
PQport @ 11 PQport @ 11
PQtty @ 12 PQtty @ 12
PQoptions @ 13 PQoptions @ 13
PQstatus @ 14 PQstatus @ 14
PQerrorMessage @ 15 PQerrorMessage @ 15
PQsocket @ 16 PQsocket @ 16
PQbackendPID @ 17 PQbackendPID @ 17
PQtrace @ 18 PQtrace @ 18
PQuntrace @ 19 PQuntrace @ 19
PQsetNoticeProcessor @ 20 PQsetNoticeProcessor @ 20
PQexec @ 21 PQexec @ 21
PQnotifies @ 22 PQnotifies @ 22
PQsendQuery @ 23 PQsendQuery @ 23
PQgetResult @ 24 PQgetResult @ 24
PQisBusy @ 25 PQisBusy @ 25
PQconsumeInput @ 26 PQconsumeInput @ 26
PQgetline @ 27 PQgetline @ 27
PQputline @ 28 PQputline @ 28
PQgetlineAsync @ 29 PQgetlineAsync @ 29
PQputnbytes @ 30 PQputnbytes @ 30
PQendcopy @ 31 PQendcopy @ 31
PQfn @ 32 PQfn @ 32
PQresultStatus @ 33 PQresultStatus @ 33
PQntuples @ 34 PQntuples @ 34
PQnfields @ 35 PQnfields @ 35
PQbinaryTuples @ 36 PQbinaryTuples @ 36
PQfname @ 37 PQfname @ 37
PQfnumber @ 38 PQfnumber @ 38
PQftype @ 39 PQftype @ 39
PQfsize @ 40 PQfsize @ 40
PQfmod @ 41 PQfmod @ 41
PQcmdStatus @ 42 PQcmdStatus @ 42
PQoidStatus @ 43 PQoidStatus @ 43
PQcmdTuples @ 44 PQcmdTuples @ 44
PQgetvalue @ 45 PQgetvalue @ 45
PQgetlength @ 46 PQgetlength @ 46
PQgetisnull @ 47 PQgetisnull @ 47
PQclear @ 48 PQclear @ 48
PQmakeEmptyPGresult @ 49 PQmakeEmptyPGresult @ 49
PQprint @ 50 PQprint @ 50
PQdisplayTuples @ 51 PQdisplayTuples @ 51
PQprintTuples @ 52 PQprintTuples @ 52
lo_open @ 53 lo_open @ 53
lo_close @ 54 lo_close @ 54
lo_read @ 55 lo_read @ 55
lo_write @ 56 lo_write @ 56
lo_lseek @ 57 lo_lseek @ 57
lo_creat @ 58 lo_creat @ 58
lo_tell @ 59 lo_tell @ 59
lo_unlink @ 60 lo_unlink @ 60
lo_import @ 61 lo_import @ 61
lo_export @ 62 lo_export @ 62
pgresStatus @ 63 pgresStatus @ 63
PQmblen @ 64 PQmblen @ 64
PQresultErrorMessage @ 65 PQresultErrorMessage @ 65
PQresStatus @ 66 PQresStatus @ 66
termPQExpBuffer @ 67 termPQExpBuffer @ 67
appendPQExpBufferChar @ 68 appendPQExpBufferChar @ 68
initPQExpBuffer @ 69 initPQExpBuffer @ 69
resetPQExpBuffer @ 70 resetPQExpBuffer @ 70
PQoidValue @ 71 PQoidValue @ 71
PQclientEncoding @ 72 PQclientEncoding @ 72
PQenv2encoding @ 73 PQenv2encoding @ 73
appendBinaryPQExpBuffer @ 74 appendBinaryPQExpBuffer @ 74
appendPQExpBufferStr @ 75 appendPQExpBufferStr @ 75
destroyPQExpBuffer @ 76 destroyPQExpBuffer @ 76
createPQExpBuffer @ 77 createPQExpBuffer @ 77
PQconninfoFree @ 78 PQconninfoFree @ 78
PQconnectPoll @ 79 PQconnectPoll @ 79
PQconnectStart @ 80 PQconnectStart @ 80
PQflush @ 81 PQflush @ 81
PQisnonblocking @ 82 PQisnonblocking @ 82
PQresetPoll @ 83 PQresetPoll @ 83
PQresetStart @ 84 PQresetStart @ 84
PQsetClientEncoding @ 85 PQsetClientEncoding @ 85
PQsetnonblocking @ 86 PQsetnonblocking @ 86
PQfreeNotify @ 87 PQfreeNotify @ 87
PQescapeString @ 88 PQescapeString @ 88
PQescapeBytea @ 89 PQescapeBytea @ 89
printfPQExpBuffer @ 90 printfPQExpBuffer @ 90
appendPQExpBuffer @ 91 appendPQExpBuffer @ 91
pg_encoding_to_char @ 92 pg_encoding_to_char @ 92
pg_utf_mblen @ 93 pg_utf_mblen @ 93
PQunescapeBytea @ 94 PQunescapeBytea @ 94
PQfreeMem @ 95 PQfreeMem @ 95
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment