iodbc.def
来自「一个可以替代windows ODBC驱动程序管理器的通用ODBC数据库引擎」· DEF 代码 · 共 96 行
DEF
96 行
;; iodbc.def;; $Id: iodbc.def,v 1.1 1999/04/24 10:41:24 source Exp $;; DLL link script;; The iODBC driver manager.; ; Copyright (C) 1999 by OpenLink Software <iodbc@openlinksw.com>;; This library is free software; you can redistribute it and/or; modify it under the terms of the GNU Library General Public; License as published by the Free Software Foundation; either; version 2 of the License, or (at your option) any later version.;; This library is distributed in the hope that it will be useful,; but WITHOUT ANY WARRANTY; without even the implied warranty of; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU; Library General Public License for more details.;; You should have received a copy of the GNU Library General Public; License along with this library; if not, write to the Free; Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.;LIBRARY IODBC.DLLDESCRIPTION 'iODBC Driver Manager V2.50 (LGPL)'CODE MOVEABLE DISCARDABLEDATA MOVEABLE MULTIPLEHEAPSIZE 10000EXPORTS SQLAllocConnect @1 SQLAllocEnv @2 SQLAllocStmt @3 SQLBindCol @4 SQLCancel @5 SQLColAttributes @6 SQLConnect @7 SQLDescribeCol @8 SQLDisconnect @9 SQLError @10 SQLExecDirect @11 SQLExecute @12 SQLFetch @13 SQLFreeConnect @14 SQLFreeEnv @15 SQLFreeStmt @16 SQLGetCursorName @17 SQLNumResultCols @18 SQLPrepare @19 SQLRowCount @20 SQLSetCursorName @21 SQLSetParam @22 SQLTransact @23 SQLColumns @40 SQLDriverConnect @41 SQLGetConnectOption @42 SQLGetData @43 SQLGetFunctions @44 SQLGetInfo @45 SQLGetStmtOption @46 SQLGetTypeInfo @47 SQLParamData @48 SQLPutData @49 SQLSetConnectOption @50 SQLSetStmtOption @51 SQLSpecialColumns @52 SQLStatistics @53 SQLTables @54 SQLBrowseConnect @55 SQLColumnPrivileges @56 SQLDataSources @57 SQLDescribeParam @58 SQLExtendedFetch @59 SQLForeignKeys @60 SQLMoreResults @61 SQLNativeSql @62 SQLNumParams @63 SQLParamOptions @64 SQLPrimaryKeys @65 SQLProcedureColumns @66 SQLProcedures @67 SQLSetPos @68 SQLSetScrollOptions @69 SQLTablePrivileges @70 SQLDrivers @71 SQLBindParameter @72 LoadByOrdinal @199
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?