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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
lo_open,
lo_close,
lo_read,
lo_write,
lo_lseek,
lo_creat,
lo_tell,
lo_unlink,
lo_import,
lo_export,
PQconnectdb,
PQconnectStart,
PQconndefaults,
PQsetdbLogin,
PQconnectPoll,
PQfinish,
PQreset,
PQresetStart,
PQresetPoll,
PQrequestCancel,
PQconninfoFree,
PQdb,
PQuser,
PQpass,
PQhost,
PQport,
PQtty,
PQoptions,
PQstatus,
PQerrorMessage,
PQsocket,
PQbackendPID,
PQclientEncoding,
PQsetClientEncoding,
PQtrace,
PQuntrace,
PQsetNoticeProcessor,
PQmakeEmptyPGresult,
PQclear,
PQsendQuery,
PQconsumeInput,
PQisBusy,
PQgetResult,
PQexec,
PQnotifies,
PQgetline,
PQgetlineAsync,
PQputline,
PQputnbytes,
PQendcopy,
PQfn,
PQresultStatus,
PQresStatus,
PQresultErrorMessage,
PQntuples,
PQnfields,
PQbinaryTuples,
PQfname,
PQfnumber,
PQftype,
PQfsize,
PQfmod,
PQcmdStatus,
PQoidStatus,
PQoidValue,
PQcmdTuples,
PQgetvalue,
PQgetlength,
PQgetisnull,
PQsetnonblocking,
PQisnonblocking,
PQflush,
PQmblen,
PQenv2encoding,
PQprint,
PQdisplayTuples,
PQprintTuples,
pg_valid_client_encoding,
pg_valid_server_encoding,
pg_char_to_encname_struct,
pg_char_to_encoding,
pg_encoding_to_char,
createPQExpBuffer,
initPQExpBuffer,
destroyPQExpBuffer,
termPQExpBuffer,
resetPQExpBuffer,
enlargePQExpBuffer,
printfPQExpBuffer,
appendPQExpBuffer,
appendPQExpBufferStr,
appendPQExpBufferChar,
appendBinaryPQExpBuffer
|