-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibcdb2odbc.def
86 lines (86 loc) · 1.58 KB
/
libcdb2odbc.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
LIBRARY libcdb2odbc
EXPORTS
SQLAllocConnect @1
SQLAllocEnv @2
SQLAllocHandle @3
SQLAllocStmt @4
SQLBindCol @5
SQLBindParameter @6
SQLCloseCursor @7
SQLColAttribute @8
SQLColAttributeW @9
SQLColumnPrivileges @10
SQLColumnPrivilegesW @11
SQLColumns @12
SQLColumnsW @13
SQLConnect @14
SQLConnectW @15
SQLDescribeCol @16
SQLDescribeColW @17
SQLDisconnect @18
SQLDriverConnect @19
SQLDriverConnectW @20
SQLEndTran @21
SQLError @22
SQLErrorW @23
SQLExecDirect @24
SQLExecDirectW @25
SQLExecute @26
SQLFetch @27
SQLForeignKeys @28
SQLForeignKeysW @29
SQLFreeConnect @30
SQLFreeEnv @31
SQLFreeHandle @32
SQLFreeStmt @33
SQLGetConnectAttr @34
SQLGetConnectAttrW @35
SQLGetConnectOption @36
SQLGetConnectOptionW @37
SQLGetData @38
SQLGetDescField @39
SQLGetDescFieldW @40
SQLGetDiagField @41
SQLGetDiagFieldW @42
SQLGetDiagRec @43
SQLGetDiagRecW @44
SQLGetFunctions @45
SQLGetInfo @46
SQLGetInfoW @47
SQLGetStmtAttr @48
SQLGetStmtAttrW @49
SQLGetStmtOption @50
SQLGetStmtOptionW @51
SQLGetTypeInfo @52
SQLGetTypeInfoW @53
SQLMoreResults @54
SQLNumParams @55
SQLNumResultCols @56
SQLPrepare @57
SQLPrepareW @58
SQLPrimaryKeys @59
SQLPrimaryKeysW @60
SQLProcedureColumns @61
SQLProcedureColumnsW @62
SQLProcedures @63
SQLProceduresW @64
SQLRowCount @65
SQLSetConnectAttr @66
SQLSetConnectAttrW @67
SQLSetConnectOption @68
SQLSetConnectOptionW @69
SQLSetEnvAttr @70
SQLSetStmtAttr @71
SQLSetStmtAttrW @72
SQLSetStmtOption @73
SQLSpecialColumns @74
SQLSpecialColumnsW @75
SQLStatistics @76
SQLStatisticsW @77
SQLTablePrivileges @78
SQLTablePrivilegesW @79
SQLTables @80
SQLTablesW @81
SQLTransact @82
ConfigDriver @83
ConfigDSN @84