第十七章 以编程方式使用 SQL 网关 - 支持的 ODBC 函数调用

文章目录

  • [第十七章 以编程方式使用 SQL 网关 - 支持的 ODBC 函数调用](#第十七章 以编程方式使用 SQL 网关 - 支持的 ODBC 函数调用)
  • [支持的 `ODBC` 函数调用](#支持的 ODBC 函数调用)

第十七章 以编程方式使用 SQL 网关 - 支持的 ODBC 函数调用

支持的 ODBC 函数调用

下表列出了相应 %SQLGatewayConnection方法直接支持的 ODBC 函数,以及这些方法的类文档的链接。

本章无意作为这些方法的详细参考。有关方法参数、操作和返回值的详细信息,

%SQLGatewayConnection 调用 ODBC 函数

ODBC Function ObjectScript methods that call the function
SQLAllocHandle AllocateStatement()
SQLBindParameter BindParameter(),BindParameters()
SQLCloseCursor CloseCursor()
SQLColAttribute DescribeColumns()
SQLColumnPrivileges ColumnPrivileges(),ColumnPrivilegesW()
SQLColumns Columns(),ColumnsW()
SQLDescribeCols DescribeColumns()
SQLDescribeParam DescribeParameters()
SQLDiagRec GetErrorList()
SQLEndTran Transact()
SQLExecute Execute()
SQLFetch Fetch()
SQLForeignKeys ForeignKeys(),ForeignKeysW()
SQLFreeHandle DropStatement()
SQLFreeStmt UnbindParameters()
SQLGetData GetData(),GetDataL(),GetDataLW(),GetDataW()
SQLGetInfo GetInfo()
SQLGetTypeInfo GetTypeInfo()
SQLMoreResults MoreResults()
SQLNumParams DescribeParameters()
SQLParamData ParamData()
SQLPrepare Prepare(),PrepareW()
SQLPrimaryKeys PrimaryKeys(),PrimaryKeysW()
SQLProcedureColumns DescribeProcedureColumns(),DescribeProcedureColumnsW()
SQLProcedures DescribeProcedures(),DescribeProceduresW()
SQLPutData PutData(),PutDataW()
SQLRowCount RowCount()
SQLSetConnectAttr SetConnectOption()
SQLSetStmtAttr SetStmtOption()
SQLSpecialColumns SpecialColumns(),SpecialColumnsW()
SQLStatistics Statistics(),StatisticsW()
SQLTablePrivileges TablePrivileges(),TablePrivilegesW()
相关推荐
努力努力再努力wz9 分钟前
【Qt入门系列】一文掌握 Qt 常用显示类控件:QLCDNumber、QProgressBar 与 QCalendarWidget
c语言·开发语言·数据结构·数据库·c++·git·qt
m0_7373025814 分钟前
读懂OpenClaw:新一代开源自主AI智能体的革新与价值
服务器
小白学大数据17 分钟前
爬虫优化:Python 剔除无效超时代理实操
服务器·爬虫·python
KaiwuDB17 分钟前
KaiwuDB 开源校园行扬州大学站 | 点亮开源成长之路
数据库·开源
utf8mb4安全女神18 分钟前
shell中的判断语法
linux·运维·服务器
玫幽倩33 分钟前
2026盘古石取证决赛(APK取证)
数据库·python·电子取证·aes·隐藏·笔记软件·手机取证
Navicat中国43 分钟前
如何在 DBA 团队中管理共享查询库
数据库·dba
mifengxing1 小时前
操作系统(五)
linux·运维·服务器·操作系统·王道考研
土星云SaturnCloud1 小时前
边缘计算赋能烟草行业数字化转型
服务器·人工智能·ai·边缘计算
兰令水1 小时前
【agent第3篇】agent上下文+面经
java·大数据·数据库