~ubuntu-branches/ubuntu/karmic/firebird2.1/karmic

« back to all changes in this revision

Viewing changes to builds/win32/defs/dsql.def

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-05-26 23:59:25 UTC
  • Revision ID: james.westby@ubuntu.com-20080526235925-2pnqj6nxpppoeaer
Tags: upstream-2.1.0.17798-0.ds2
ImportĀ upstreamĀ versionĀ 2.1.0.17798-0.ds2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;  The contents of this file are subject to the Interbase Public
 
2
;  License Version 1.0 (the "License"); you may not use this file
 
3
;  except in compliance with the License. You may obtain a copy
 
4
;  of the License at http://www.Inprise.com/IPL.html
 
5
 
6
;  Software distributed under the License is distributed on an
 
7
;  "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
 
8
;  or implied. See the License for the specific language governing
 
9
;  rights and limitations under the License.
 
10
 
11
;  The Original Code was created by Inprise Corporation
 
12
;  and its predecessors. Portions created by Inprise Corporation are
 
13
;  Copyright (C) Inprise Corporation.
 
14
 
15
;  All Rights Reserved.
 
16
;  Contributor(s): ______________________________________.
 
17
;------------------------------------------------------------
 
18
;  DSQL DLL MODULE DEFINITION FILE
 
19
;------------------------------------------------------------
 
20
 
 
21
LIBRARY     DSQL
 
22
 
 
23
DESCRIPTION 'DSQL INTERBASE MODULE'
 
24
CODE MOVEABLE 
 
25
DATA MOVEABLE
 
26
SEGMENTS
 
27
   _TEXT              DISCARDABLE
 
28
   ALLD_TEXT          DISCARDABLE
 
29
   DDL_TEXT           DISCARDABLE
 
30
   DSQL_TEXT          DISCARDABLE
 
31
   DSQLWEP_TEXT       PRELOAD
 
32
   ERRD_TEXT          DISCARDABLE
 
33
   GEN_TEXT           DISCARDABLE
 
34
   HSH_TEXT           DISCARDABLE
 
35
   MAKE_TEXT          DISCARDABLE
 
36
   METD_TEXT          DISCARDABLE
 
37
   MOVD_TEXT          DISCARDABLE
 
38
   PARSE_TEXT         DISCARDABLE
 
39
   PASS1_TEXT         DISCARDABLE
 
40
   CVT_TEXT           DISCARDABLE
 
41
   DLLSHELL_TEXT      PRELOAD
 
42
 
 
43
EXPORTS
 
44
 
 
45
; ../DSQL/DSQL.C
 
46
    _dsql8_sql_info                @2   
 
47
    _dsql8_set_cursor              @3   
 
48
    _dsql8_prepare                 @4   
 
49
    _dsql8_free_statement          @5   
 
50
    _dsql8_fetch                   @6   
 
51
    _dsql8_execute_immediate       @7   
 
52
    _dsql8_execute                 @8   
 
53
    _dsql8_allocate_statement      @9
 
54
    _dsql8_insert                  @10
 
55
 
 
56
;-----------------------------------------------
 
57
    WEP                            @1   RESIDENTNAME