Difference between revisions of "ODBC: Function Summary"

From Recital Documentation Wiki
Jump to: navigation, search
m (ODBC: Command Summary moved to ODBC: Function Summary)
Line 1: Line 1:
 
The following functions are supported up to ODBC 3.5 conformance:
 
The following functions are supported up to ODBC 3.5 conformance:
 +
  
 
{| class="wikitable"
 
{| class="wikitable"
|SQLAllocConnect()
+
|[http://msdn.microsoft.com/en-us/library/ms714852(VS.85).aspx|SQLAllocConnect()]
 
|-
 
|-
 
|SQLAllocEnv()
 
|SQLAllocEnv()
Line 151: Line 152:
 
[[Category:Reference]]
 
[[Category:Reference]]
 
[[Category:SQL]]
 
[[Category:SQL]]
[[Category:ODBC|Command Summary]]
+
[[Category:ODBC|Function Summary]]

Revision as of 12:56, 26 March 2009

The following functions are supported up to ODBC 3.5 conformance:


SQLAllocConnect()]
SQLAllocEnv()
SQLAllocHandle()
SQLAllocStmt()
SQLBindCol()
SQLBindParam()
SQLBindParameter()
SQLCancel()
SQLCloseCursor()
SQLColAttribute()
SQLColAttributes()
SQLColumnPrivileges()
SQLColumns()
SQLConnect()
SQLCopyDesc()
SQLDataSources()
SQLDescribeCol()
SQLDescribeParam()
SQLDisconnect()
SQLDriverConnect()
SQLDrivers()
SQLEndTran()
SQLError()
SQLExecDirect()
SQLExecute()
SQLExtendedFetch()
SQLFetch()
SQLFetchScroll()
SQLForeignKeys()
SQLFreeConnect()
SQLFreeEnv()
SQLFreeHandle()
SQLFreeStmt()
SQLGetConnectAttr()
SQLGetConnectOption()
SQLGetCursorName()
SQLGetData()
SQLGetDescField()
SQLGetDiagField()
SQLGetDiagRec()
SQLGetEnvAttr()
SQLGetFunctions()
SQLGetInfo()
SQLGetStmtAttr()
SQLGetStmtOption()
SQLGetTypeInfo()
SQLMoreResults()
SQLNativeSql()
SQLNumParams()
SQLNumResultCols()
SQLParamData()
SQLParamOptions()
SQLPrepare()
SQLPrimaryKeys()
SQLProcedureColumns()
SQLProcedures()
SQLPutData()
SQLRowCount()
SQLSetConnectAttr()
SQLSetConnectOption()
SQLSetCursorName()
SQLSetEnvAttr()
SQLSetParam()
SQLSetPos()
SQLSetScrollOptions()
SQLSetStmtAttr()
SQLSetStmtOption()
SQLSpecialColumns()
SQLStatistics()
SQLTablePrivileges()
SQLTables()
SQLTransact()