第十七章 以编程方式使用 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()
相关推荐
ZYMFZ1 小时前
Linux 防火墙 Firewalld
linux·运维·服务器
Menior_3 小时前
【MySQL】基本查询
数据库·mysql
一只游鱼4 小时前
Redis入门(部署、持久化、缓存问题)
数据库·redis·缓存
北城以北88885 小时前
数据库--MySQL数据管理
数据库·mysql
代码的余温5 小时前
Oracle RAC共享存储核心技术
数据库·oracle
float_六七5 小时前
数据库物理外键与逻辑外键全解析
数据库·oracle
大白的编程日记.5 小时前
【MySQL】数据库的基本操作
数据库·mysql·oracle
Jamie Chyi5 小时前
【Oracle经验分享】字符串拼接过长问题的解决方案 —— 巧用 XMLAGG
数据库·oracle
代码的余温5 小时前
Oracle高可用与容灾解决方案
数据库·oracle