欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

Chapter 17: 使用编程操控 SQL Gateway with ODBC - 兼容的函数调用方法

最编程 2024-08-01 09:18:06
...
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()