0
点赞
收藏
分享

微信扫一扫

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

彩虹_bd07 2024-02-14 阅读 11

文章目录

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

支持的 ODBC 函数调用

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

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

%SQLGatewayConnection 调用 ODBC 函数

ODBC FunctionObjectScript methods that call the function
SQLAllocHandleAllocateStatement()
SQLBindParameterBindParameter(),BindParameters()
SQLCloseCursorCloseCursor()
SQLColAttributeDescribeColumns()
SQLColumnPrivilegesColumnPrivileges(),ColumnPrivilegesW()
SQLColumnsColumns(),ColumnsW()
SQLDescribeColsDescribeColumns()
SQLDescribeParamDescribeParameters()
SQLDiagRecGetErrorList()
SQLEndTranTransact()
SQLExecuteExecute()
SQLFetchFetch()
SQLForeignKeysForeignKeys(),ForeignKeysW()
SQLFreeHandleDropStatement()
SQLFreeStmtUnbindParameters()
SQLGetDataGetData(),GetDataL(),GetDataLW(),GetDataW()
SQLGetInfoGetInfo()
SQLGetTypeInfoGetTypeInfo()
SQLMoreResultsMoreResults()
SQLNumParamsDescribeParameters()
SQLParamDataParamData()
SQLPreparePrepare(),PrepareW()
SQLPrimaryKeysPrimaryKeys(),PrimaryKeysW()
SQLProcedureColumnsDescribeProcedureColumns(),DescribeProcedureColumnsW()
SQLProceduresDescribeProcedures(),DescribeProceduresW()
SQLPutDataPutData(),PutDataW()
SQLRowCountRowCount()
SQLSetConnectAttrSetConnectOption()
SQLSetStmtAttrSetStmtOption()
SQLSpecialColumnsSpecialColumns(),SpecialColumnsW()
SQLStatisticsStatistics(),StatisticsW()
SQLTablePrivilegesTablePrivileges(),TablePrivilegesW()
举报

相关推荐

0 条评论