Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit97e2446

Browse files
committed
Add new versions DLL lists, from Karl Waclawek
1 parent7b4aa31 commit97e2446

File tree

2 files changed

+292
-190
lines changed

2 files changed

+292
-190
lines changed

‎src/interfaces/libpq/blibpqdll.def

Lines changed: 195 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,197 @@
1+
; DEF file for Borland C++ Builder
12
LIBRARY BLIBPQ
3+
DESCRIPTION "PostgreSQL Client Library"
24
EXPORTS
3-
_PQconnectdb @ 1
4-
_PQsetdbLogin @ 2
5-
_PQconndefaults @ 3
6-
_PQfinish @ 4
7-
_PQreset @ 5
8-
_PQrequestCancel @ 6
9-
_PQdb @ 7
10-
_PQuser @ 8
11-
_PQpass @ 9
12-
_PQhost @ 10
13-
_PQport @ 11
14-
_PQtty @ 12
15-
_PQoptions @ 13
16-
_PQstatus @ 14
17-
_PQerrorMessage @ 15
18-
_PQsocket @ 16
19-
_PQbackendPID @ 17
20-
_PQtrace @ 18
21-
_PQuntrace @ 19
22-
_PQsetNoticeProcessor @ 20
23-
_PQexec @ 21
24-
_PQnotifies @ 22
25-
_PQsendQuery @ 23
26-
_PQgetResult @ 24
27-
_PQisBusy @ 25
28-
_PQconsumeInput @ 26
29-
_PQgetline @ 27
30-
_PQputline @ 28
31-
_PQgetlineAsync @ 29
32-
_PQputnbytes @ 30
33-
_PQendcopy @ 31
34-
_PQfn @ 32
35-
_PQresultStatus @ 33
36-
_PQntuples @ 34
37-
_PQnfields @ 35
38-
_PQbinaryTuples @ 36
39-
_PQfname @ 37
40-
_PQfnumber @ 38
41-
_PQftype @ 39
42-
_PQfsize @ 40
43-
_PQfmod @ 41
44-
_PQcmdStatus @ 42
45-
_PQoidStatus @ 43
46-
_PQcmdTuples @ 44
47-
_PQgetvalue @ 45
48-
_PQgetlength @ 46
49-
_PQgetisnull @ 47
50-
_PQclear @ 48
51-
_PQmakeEmptyPGresult @ 49
52-
_PQprint @ 50
53-
_PQdisplayTuples @ 51
54-
_PQprintTuples @ 52
55-
_lo_open @ 53
56-
_lo_close @ 54
57-
_lo_read @ 55
58-
_lo_write @ 56
59-
_lo_lseek @ 57
60-
_lo_creat @ 58
61-
_lo_tell @ 59
62-
_lo_unlink @ 60
63-
_lo_import @ 61
64-
_lo_export @ 62
65-
_pgresStatus @ 63
66-
_PQmblen @ 64
67-
_PQresultErrorMessage @ 65
68-
_PQresStatus @ 66
69-
_termPQExpBuffer @ 67
70-
_appendPQExpBufferChar @ 68
71-
_initPQExpBuffer @ 69
72-
_resetPQExpBuffer @ 70
73-
_PQoidValue @ 71
74-
_PQclientEncoding @ 72
75-
_PQenv2encoding @ 73
76-
_appendBinaryPQExpBuffer@ 74
77-
_appendPQExpBufferStr @ 75
78-
_destroyPQExpBuffer @ 76
79-
_createPQExpBuffer @ 77
80-
_PQconninfoFree @ 78
81-
_PQconnectPoll @ 79
82-
_PQconnectStart @ 80
83-
_PQflush @ 81
84-
_PQisnonblocking @ 82
85-
_PQresetPoll @ 83
86-
_PQresetStart @ 84
87-
_PQsetClientEncoding @ 85
88-
_PQsetnonblocking @ 86
89-
_PQfreeNotify @ 87
90-
_PQescapeString @ 88
91-
_PQescapeBytea @ 89
92-
_printfPQExpBuffer @ 90
93-
_appendPQExpBuffer @ 91
94-
_pg_encoding_to_char @ 92
95-
_pg_utf_mblen @ 93
96-
_PQunescapeBytea@ 94
97-
_PQfreeMem@ 95
5+
_PQconnectdb @ 1
6+
_PQsetdbLogin @ 2
7+
_PQconndefaults @ 3
8+
_PQfinish @ 4
9+
_PQreset @ 5
10+
_PQrequestCancel @ 6
11+
_PQdb @ 7
12+
_PQuser @ 8
13+
_PQpass @ 9
14+
_PQhost @ 10
15+
_PQport @ 11
16+
_PQtty @ 12
17+
_PQoptions @ 13
18+
_PQstatus @ 14
19+
_PQerrorMessage @ 15
20+
_PQsocket @ 16
21+
_PQbackendPID @ 17
22+
_PQtrace @ 18
23+
_PQuntrace @ 19
24+
_PQsetNoticeProcessor @ 20
25+
_PQexec @ 21
26+
_PQnotifies @ 22
27+
_PQsendQuery @ 23
28+
_PQgetResult @ 24
29+
_PQisBusy @ 25
30+
_PQconsumeInput @ 26
31+
_PQgetline @ 27
32+
_PQputline @ 28
33+
_PQgetlineAsync @ 29
34+
_PQputnbytes @ 30
35+
_PQendcopy @ 31
36+
_PQfn @ 32
37+
_PQresultStatus @ 33
38+
_PQntuples @ 34
39+
_PQnfields @ 35
40+
_PQbinaryTuples @ 36
41+
_PQfname @ 37
42+
_PQfnumber @ 38
43+
_PQftype @ 39
44+
_PQfsize @ 40
45+
_PQfmod @ 41
46+
_PQcmdStatus @ 42
47+
_PQoidStatus @ 43
48+
_PQcmdTuples @ 44
49+
_PQgetvalue @ 45
50+
_PQgetlength @ 46
51+
_PQgetisnull @ 47
52+
_PQclear @ 48
53+
_PQmakeEmptyPGresult @ 49
54+
_PQprint @ 50
55+
_PQdisplayTuples @ 51
56+
_PQprintTuples @ 52
57+
_lo_open @ 53
58+
_lo_close @ 54
59+
_lo_read @ 55
60+
_lo_write @ 56
61+
_lo_lseek @ 57
62+
_lo_creat @ 58
63+
_lo_tell @ 59
64+
_lo_unlink @ 60
65+
_lo_import @ 61
66+
_lo_export @ 62
67+
_pgresStatus @ 63
68+
_PQmblen @ 64
69+
_PQresultErrorMessage @ 65
70+
_PQresStatus @ 66
71+
_termPQExpBuffer @ 67
72+
_appendPQExpBufferChar @ 68
73+
_initPQExpBuffer @ 69
74+
_resetPQExpBuffer @ 70
75+
_PQoidValue @ 71
76+
_PQclientEncoding @ 72
77+
_PQenv2encoding @ 73
78+
_appendBinaryPQExpBuffer @ 74
79+
_appendPQExpBufferStr @ 75
80+
_destroyPQExpBuffer @ 76
81+
_createPQExpBuffer @ 77
82+
_PQconninfoFree @ 78
83+
_PQconnectPoll @ 79
84+
_PQconnectStart @ 80
85+
_PQflush @ 81
86+
_PQisnonblocking @ 82
87+
_PQresetPoll @ 83
88+
_PQresetStart @ 84
89+
_PQsetClientEncoding @ 85
90+
_PQsetnonblocking @ 86
91+
_PQfreeNotify @ 87
92+
_PQescapeString @ 88
93+
_PQescapeBytea @ 89
94+
_printfPQExpBuffer @ 90
95+
_appendPQExpBuffer @ 91
96+
_pg_encoding_to_char @ 92
97+
_pg_utf_mblen @ 93
98+
_PQunescapeBytea @ 94
99+
_PQfreeMem @ 95
100+
101+
; Aliases for MS compatible names
102+
PQconnectdb = _PQconnectdb
103+
PQsetdbLogin = _PQsetdbLogin
104+
PQconndefaults = _PQconndefaults
105+
PQfinish = _PQfinish
106+
PQreset = _PQreset
107+
PQrequestCancel = _PQrequestCancel
108+
PQdb = _PQdb
109+
PQuser = _PQuser
110+
PQpass = _PQpass
111+
PQhost = _PQhost
112+
PQport = _PQport
113+
PQtty = _PQtty
114+
PQoptions = _PQoptions
115+
PQstatus = _PQstatus
116+
PQerrorMessage = _PQerrorMessage
117+
PQsocket = _PQsocket
118+
PQbackendPID = _PQbackendPID
119+
PQtrace = _PQtrace
120+
PQuntrace = _PQuntrace
121+
PQsetNoticeProcessor = _PQsetNoticeProcessor
122+
PQexec = _PQexec
123+
PQnotifies = _PQnotifies
124+
PQsendQuery = _PQsendQuery
125+
PQgetResult = _PQgetResult
126+
PQisBusy = _PQisBusy
127+
PQconsumeInput = _PQconsumeInput
128+
PQgetline = _PQgetline
129+
PQputline = _PQputline
130+
PQgetlineAsync = _PQgetlineAsync
131+
PQputnbytes = _PQputnbytes
132+
PQendcopy = _PQendcopy
133+
PQfn = _PQfn
134+
PQresultStatus = _PQresultStatus
135+
PQntuples = _PQntuples
136+
PQnfields = _PQnfields
137+
PQbinaryTuples = _PQbinaryTuples
138+
PQfname = _PQfname
139+
PQfnumber = _PQfnumber
140+
PQftype = _PQftype
141+
PQfsize = _PQfsize
142+
PQfmod = _PQfmod
143+
PQcmdStatus = _PQcmdStatus
144+
PQoidStatus = _PQoidStatus
145+
PQcmdTuples = _PQcmdTuples
146+
PQgetvalue = _PQgetvalue
147+
PQgetlength = _PQgetlength
148+
PQgetisnull = _PQgetisnull
149+
PQclear = _PQclear
150+
PQmakeEmptyPGresult = _PQmakeEmptyPGresult
151+
PQprint = _PQprint
152+
PQdisplayTuples = _PQdisplayTuples
153+
PQprintTuples = _PQprintTuples
154+
lo_open = _lo_open
155+
lo_close = _lo_close
156+
lo_read = _lo_read
157+
lo_write = _lo_write
158+
lo_lseek = _lo_lseek
159+
lo_creat = _lo_creat
160+
lo_tell = _lo_tell
161+
lo_unlink = _lo_unlink
162+
lo_import = _lo_import
163+
lo_export = _lo_export
164+
pgresStatus = _pgresStatus
165+
PQmblen = _PQmblen
166+
PQresultErrorMessage = _PQresultErrorMessage
167+
PQresStatus = _PQresStatus
168+
termPQExpBuffer = _termPQExpBuffer
169+
appendPQExpBufferChar = _appendPQExpBufferChar
170+
initPQExpBuffer = _initPQExpBuffer
171+
resetPQExpBuffer = _resetPQExpBuffer
172+
PQoidValue = _PQoidValue
173+
PQclientEncoding = _PQclientEncoding
174+
PQenv2encoding = _PQenv2encoding
175+
appendBinaryPQExpBuffer = _appendBinaryPQExpBuffer
176+
appendPQExpBufferStr = _appendPQExpBufferStr
177+
destroyPQExpBuffer = _destroyPQExpBuffer
178+
createPQExpBuffer = _createPQExpBuffer
179+
PQconninfoFree = _PQconninfoFree
180+
PQconnectPoll = _PQconnectPoll
181+
PQconnectStart = _PQconnectStart
182+
PQflush = _PQflush
183+
PQisnonblocking = _PQisnonblocking
184+
PQresetPoll = _PQresetPoll
185+
PQresetStart = _PQresetStart
186+
PQsetClientEncoding = _PQsetClientEncoding
187+
PQsetnonblocking = _PQsetnonblocking
188+
PQfreeNotify = _PQfreeNotify
189+
PQescapeString = _PQescapeString
190+
PQescapeBytea = _PQescapeBytea
191+
printfPQExpBuffer = _printfPQExpBuffer
192+
appendPQExpBuffer = _appendPQExpBuffer
193+
pg_encoding_to_char = _pg_encoding_to_char
194+
pg_utf_mblen = _pg_utf_mblen
195+
PQunescapeBytea = _PQunescapeBytea
196+
PQfreeMem = _PQfreeMem
197+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp