~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/interfaces/libpq/exports.txt

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $PostgreSQL: pgsql/src/interfaces/libpq/exports.txt,v 1.3 2004-10-30 23:11:26 tgl Exp $
 
2
# Functions to be exported by libpq DLLs
 
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
 
98
PQtransactionStatus       96
 
99
PQparameterStatus         97
 
100
PQprotocolVersion         98
 
101
PQsetErrorVerbosity       99
 
102
PQsetNoticeReceiver       100
 
103
PQexecParams              101
 
104
PQsendQueryParams         102
 
105
PQputCopyData             103
 
106
PQputCopyEnd              104
 
107
PQgetCopyData             105
 
108
PQresultErrorField        106
 
109
PQftable                  107
 
110
PQftablecol               108
 
111
PQfformat                 109
 
112
PQexecPrepared            110
 
113
PQsendQueryPrepared       111
 
114
PQdsplen                  112
 
115
PQserverVersion           113
 
116
PQgetssl                  114
 
117
pg_char_to_encoding       115
 
118
pg_valid_server_encoding  116
 
119
pqsignal                  117
 
120
PQprepare                 118
 
121
PQsendPrepare             119
 
122
PQgetCancel               120
 
123
PQfreeCancel              121
 
124
PQcancel                  122