~ubuntu-branches/ubuntu/lucid/postgresql-8.4/lucid-security

« back to all changes in this revision

Viewing changes to src/interfaces/ecpg/ecpglib/exports.txt

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $PostgreSQL$
 
2
# Functions to be exported by ecpglib DLL
 
3
ECPGallocate_desc                1
 
4
ECPGconnect                      2
 
5
ECPGdeallocate                   3
 
6
ECPGdeallocate_all               4
 
7
ECPGdeallocate_desc              5
 
8
ECPGdebug                        6
 
9
ECPGdescribe                     7
 
10
ECPGdisconnect                   8
 
11
ECPGdo                           9
 
12
ECPGdo_descriptor                10
 
13
ECPGfree_auto_mem                11
 
14
ECPGget_desc                     12
 
15
ECPGget_desc_header              13
 
16
ECPGget_sqlca                    14
 
17
ECPGis_noind_null                15
 
18
ECPGprepare                      16
 
19
ECPGprepared_statement           17
 
20
ECPGset_desc                     18
 
21
ECPGset_desc_header              19
 
22
ECPGset_noind_null               20
 
23
ECPGsetcommit                    21
 
24
ECPGsetconn                      22
 
25
ECPGstatus                       23
 
26
ECPGtrans                        24
 
27
sqlprint                         25
 
28
ECPGget_PGconn                   26