]> git.saurik.com Git - wxWidgets.git/blob - src/iodbc/shrsub.exp
added ODBC support
[wxWidgets.git] / src / iodbc / shrsub.exp
1 SQLAllocEnv
2 SQLAllocConnect
3 SQLConnect
4 SQLDriverConnect
5 SQLBrowseConnect
6
7 SQLDataSources
8 SQLDrivers
9 SQLGetInfo
10 SQLGetFunctions
11 SQLGetTypeInfo
12
13 SQLSetConnectOption
14 SQLGetConnectOption
15 SQLSetStmtOption
16 SQLGetStmtOption
17
18 SQLAllocStmt
19 SQLPrepare
20 SQLBindParameter
21 SQLParamOptions
22 SQLGetCursorName
23 SQLSetCursorName
24 SQLSetScrollOptions
25 SQLSetParam
26
27 SQLExecute
28 SQLExecDirect
29 SQLNativeSql
30 SQLDescribeParam
31 SQLNumParams
32 SQLParamData
33 SQLPutData
34
35 SQLRowCount
36 SQLNumResultCols
37 SQLDescribeCol
38 SQLColAttributes
39 SQLBindCol
40 SQLFetch
41 SQLExtendedFetch
42 SQLGetData
43 SQLSetPos
44 SQLMoreResults
45 SQLError
46
47 SQLColumnPrivileges
48 SQLColumns
49 SQLForeignKeys
50 SQLPrimaryKeys
51 SQLProcedureColumns
52 SQLProcedures
53 SQLSpecialColumns
54 SQLStatistics
55 SQLTablePrivileges
56 SQLTables
57
58 SQLFreeStmt
59 SQLCancel
60 SQLTransact
61
62 SQLDisconnect
63 SQLFreeConnect
64 SQLFreeEnv