~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to Drivers/MySQL/myodbc3.def

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;/***************************************************************************  
 
2
; * Copyright (C) 1995-2002 MySQL AB, www.mysql.com                         *
 
3
; *                                                                         *
 
4
; * This program is free software; you can redistribute it and/or modify    *
 
5
; * it under the terms of the GNU General Public License as published by    *
 
6
; * the Free Software Foundation; either version 2 of the License, or       *
 
7
; * (at your option) any later version.                                     *
 
8
; *                                                                         *
 
9
; * This program is distributed in the hope that it will be useful,         *
 
10
; * but WITHOUT ANY WARRANTY; without even the implied warranty of          *
 
11
; * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           *
 
12
; * GNU General Public License for more details.                            *
 
13
; *                                                                         *
 
14
; * You should have received a copy of the GNU General Public License       *
 
15
; * along with this program; if not, write to the Free Software Foundation  *
 
16
; * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA           *
 
17
;****************************************************************************/
 
18
;
 
19
;/*************************************************************************** 
 
20
; * MYODBC3.DEF                                                             *
 
21
; *                                                                         *
 
22
; * @description: Definations of list of supported APIs and/or functions    *
 
23
; *                                                                         *
 
24
; * @author     : MySQL AB(monty@mysql.com, venu@mysql.com)                 *
 
25
; * @date       : 2001-Aug-15                                               *
 
26
; * @product    : myodbc3                                                   *
 
27
; *                                                                         *
 
28
;****************************************************************************/
 
29
;
 
30
LIBRARY MYODBC3.DLL
 
31
VERSION 03.51.02
 
32
DESCRIPTION "MySQL ODBC 3.51 Driver, (C) Copyright MySQL AB 1995-2002"
 
33
;CODE MOVEABLE DISCARDABLE
 
34
;DATA MOVEABLE MULTIPLE
 
35
;PROTMODE
 
36
;SEGMENTS
 
37
;DLL_TEXT PRELOAD
 
38
;INIT_TEXT PRELOAD
 
39
;DATA PRELOAD
 
40
;HEAPSIZE 10000
 
41
 
42
; Export definations
 
43
EXPORTS
 
44
;
 
45
SQLAllocConnect
 
46
SQLAllocEnv
 
47
SQLAllocStmt
 
48
SQLAllocHandle
 
49
SQLBindCol
 
50
SQLCancel
 
51
SQLColAttributes
 
52
SQLConnect
 
53
SQLDescribeCol
 
54
SQLDisconnect
 
55
SQLError
 
56
SQLExecDirect
 
57
SQLExecute
 
58
SQLFetch
 
59
SQLFreeConnect
 
60
SQLFreeEnv
 
61
SQLFreeStmt
 
62
SQLFreeHandle
 
63
SQLGetCursorName
 
64
SQLNumResultCols
 
65
SQLPrepare
 
66
SQLRowCount
 
67
SQLSetCursorName
 
68
SQLTransact
 
69
SQLColumns
 
70
SQLDriverConnect
 
71
SQLGetEnvAttr
 
72
SQLGetConnectAttr
 
73
SQLGetConnectOption
 
74
SQLGetData
 
75
SQLGetFunctions
 
76
SQLGetInfo
 
77
SQLGetStmtAttr
 
78
SQLGetStmtOption
 
79
SQLGetTypeInfo
 
80
SQLParamData
 
81
SQLPutData
 
82
SQLSetEnvAttr
 
83
SQLSetConnectAttr
 
84
SQLSetConnectOption
 
85
SQLSetStmtAttr
 
86
SQLSetStmtOption
 
87
SQLSpecialColumns
 
88
SQLStatistics
 
89
SQLTables
 
90
SQLBrowseConnect
 
91
SQLColumnPrivileges
 
92
SQLDescribeParam
 
93
SQLExtendedFetch
 
94
SQLForeignKeys
 
95
SQLMoreResults
 
96
SQLNativeSql
 
97
SQLNumParams
 
98
SQLParamOptions
 
99
SQLPrimaryKeys
 
100
SQLProcedureColumns
 
101
SQLProcedures
 
102
SQLSetPos
 
103
SQLSetScrollOptions
 
104
SQLTablePrivileges
 
105
SQLBindParameter
 
106
SQLGetDiagRec
 
107
SQLGetDiagField
 
108
SQLEndTran
 
109
SQLFetchScroll
 
110
SQLColAttribute
 
111
SQLBulkOperations
 
112
;SQLSetDescField
 
113
;SQLSetDescRec
 
114
;SQLGetDescField
 
115
;SQLGetDescRec
 
116
SQLCloseCursor
 
117
;
 
118
DllMain
 
119
LoadByOrdinal
 
120
_DllMainCRTStartup
 
121
DriverConnectProc
 
122
ConfigDlgProc
 
123
ConfigDSN
 
124
;
 
125
 
 
126
 
 
127
 
 
128