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

文章目录

  • 第十七章 以编程方式使用 SQL 网关 - 支持的 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()

你可能感兴趣的:(使用SQL网关,sql,数据库,服务器)