~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 10:41:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110511104153-psbh2o58553fv1m0
Tags: upstream-9.1~beta1
ImportĀ upstreamĀ versionĀ 9.1~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# src/interfaces/ecpg/pgtypeslib/exports.txt
 
2
# Functions to be exported by pgtypeslib DLL
 
3
PGTYPESdate_dayofweek           1
 
4
PGTYPESdate_defmt_asc           2
 
5
PGTYPESdate_fmt_asc             3
 
6
PGTYPESdate_free                4
 
7
PGTYPESdate_from_asc            5
 
8
PGTYPESdate_from_timestamp      6
 
9
PGTYPESdate_julmdy              7
 
10
PGTYPESdate_mdyjul              8
 
11
PGTYPESdate_new                 9
 
12
PGTYPESdate_to_asc              10
 
13
PGTYPESdate_today               11
 
14
PGTYPESdecimal_free             12
 
15
PGTYPESdecimal_new              13
 
16
PGTYPESinterval_copy            14
 
17
PGTYPESinterval_free            15
 
18
PGTYPESinterval_from_asc        16
 
19
PGTYPESinterval_new             17
 
20
PGTYPESinterval_to_asc          18
 
21
PGTYPESnumeric_add              19
 
22
PGTYPESnumeric_cmp              20
 
23
PGTYPESnumeric_copy             21
 
24
PGTYPESnumeric_div              22
 
25
PGTYPESnumeric_free             23
 
26
PGTYPESnumeric_from_asc         24
 
27
PGTYPESnumeric_from_decimal     25
 
28
PGTYPESnumeric_from_double      26
 
29
PGTYPESnumeric_from_int         27
 
30
PGTYPESnumeric_from_long        28
 
31
PGTYPESnumeric_mul              29
 
32
PGTYPESnumeric_new              30
 
33
PGTYPESnumeric_sub              31
 
34
PGTYPESnumeric_to_asc           32
 
35
PGTYPESnumeric_to_decimal       33
 
36
PGTYPESnumeric_to_double        34
 
37
PGTYPESnumeric_to_int           35
 
38
PGTYPESnumeric_to_long          36
 
39
PGTYPEStimestamp_add_interval   37
 
40
PGTYPEStimestamp_current        38
 
41
PGTYPEStimestamp_defmt_asc      39
 
42
PGTYPEStimestamp_defmt_scan     40
 
43
PGTYPEStimestamp_fmt_asc        41
 
44
PGTYPEStimestamp_from_asc       42
 
45
PGTYPEStimestamp_sub            43
 
46
PGTYPEStimestamp_sub_interval   44
 
47
PGTYPEStimestamp_to_asc         45