Skip to content

Commit 746593e

Browse files
author
Michael Meskes
committed
Replaced tabs by white spaces
1 parent 085ffb2 commit 746593e

File tree

3 files changed

+114
-114
lines changed

3 files changed

+114
-114
lines changed
Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/exports.txt,v 1.3 2007/10/04 16:29:33 meskes Exp $
1+
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/exports.txt,v 1.4 2007/10/04 17:49:31 meskes Exp $
22
# Functions to be exported by ecpg_compatlib DLL
3-
ECPG_informix_get_var 1
4-
ECPG_informix_set_var 2
5-
decadd 3
6-
deccmp 4
7-
deccopy 5
8-
deccvasc 6
9-
deccvdbl 7
10-
deccvint 8
11-
deccvlong 9
12-
decdiv 10
13-
decmul 11
14-
decsub 12
15-
dectoasc 13
16-
dectodbl 14
17-
dectoint 15
18-
dectolong 16
19-
dtcurrent 17
20-
dtcvasc 18
21-
dtcvfmtasc 19
22-
dtsub 20
23-
dttoasc 21
24-
dttofmtasc 22
25-
intoasc 23
26-
rdatestr 24
27-
rdayofweek 25
28-
rdefmtdate 26
29-
rfmtdate 27
30-
rfmtlong 28
31-
rgetmsg 29
32-
risnull 30
33-
rjulmdy 31
34-
rmdyjul 32
35-
rsetnull 33
36-
rstrdate 34
37-
rtoday 35
38-
rtypalign 36
39-
rtypmsize 37
40-
rtypwidth 38
41-
rupshift 39
42-
ldchar 40
43-
byleng 41
3+
ECPG_informix_get_var 1
4+
ECPG_informix_set_var 2
5+
decadd 3
6+
deccmp 4
7+
deccopy 5
8+
deccvasc 6
9+
deccvdbl 7
10+
deccvint 8
11+
deccvlong 9
12+
decdiv 10
13+
decmul 11
14+
decsub 12
15+
dectoasc 13
16+
dectodbl 14
17+
dectoint 15
18+
dectolong 16
19+
dtcurrent 17
20+
dtcvasc 18
21+
dtcvfmtasc 19
22+
dtsub 20
23+
dttoasc 21
24+
dttofmtasc 22
25+
intoasc 23
26+
rdatestr 24
27+
rdayofweek 25
28+
rdefmtdate 26
29+
rfmtdate 27
30+
rfmtlong 28
31+
rgetmsg 29
32+
risnull 30
33+
rjulmdy 31
34+
rmdyjul 32
35+
rsetnull 33
36+
rstrdate 34
37+
rtoday 35
38+
rtypalign 36
39+
rtypmsize 37
40+
rtypwidth 38
41+
rupshift 39
42+
ldchar 40
43+
byleng 41
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.3 2007/10/04 16:29:33 meskes Exp $
1+
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/exports.txt,v 1.4 2007/10/04 17:49:31 meskes Exp $
22
# 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
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
Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
1-
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/exports.txt,v 1.2 2007/10/04 16:29:33 meskes Exp $
1+
# $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/exports.txt,v 1.3 2007/10/04 17:49:31 meskes Exp $
22
# 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
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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy