第十七章 以编程方式使用 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()
相关推荐
赵渝强老师1 小时前
【赵渝强老师】管理MongoDB的运行
数据库·mongodb
A仔不会笑1 小时前
MySQL面试篇——性能优化
java·数据库·mysql·面试·性能优化
梦幻编织者2 小时前
python使用django搭建图书管理系统
数据库·python·django
pyliumy2 小时前
在基于Arm架构的华为鲲鹏服务器上,针对openEuler 20.03 LTS操作系统, 安装Ansible 和MySQL
服务器·架构·ansible
考虑考虑2 小时前
MySQL中的DATE_FORMAT时间函数
数据库·后端·mysql
努力学习的小廉2 小时前
深入了解Linux —— 调试程序
linux·运维·服务器
SelectDB技术团队2 小时前
云原生时代的架构革新,Apache Doris 存算分离如何实现弹性与性能双重提升
大数据·数据库·云原生·doris·存算分离
只做开心事3 小时前
Linux网络之数据链路层协议
linux·服务器·网络
星迹日3 小时前
MySQL : 数据库和表操作
数据库·mysql·数据类型··
AI学IT3 小时前
(安全防御)旁挂组网双机热备负载分担实验
运维·服务器·网络