forked from CUBRID/cubrid-odbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cubrid_odbc_unicode.def
122 lines (117 loc) · 2.14 KB
/
cubrid_odbc_unicode.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
LIBRARY CUBRID_ODBC
HEAPSIZE 10240,4096
EXPORTS
SQLBindCol @1
SQLCancel @2
SQLConnect @3
SQLDescribeCol @4
SQLDisconnect @5
SQLExecDirect @6
SQLExecute @7
SQLFetch @8
SQLFreeStmt @9
SQLGetCursorName @10
SQLNumResultCols @11
SQLNumParams @12
SQLPrepare @13
SQLRowCount @14
SQLSetCursorName @15
SQLAllocHandle @16
SQLCloseCursor @17
SQLColAttribute @18
SQLCopyDesc @19
SQLEndTran @20
SQLFetchScroll @21
SQLFreeHandle @22
SQLGetConnectAttr @23
SQLGetDescField @24
SQLGetDescRec @25
SQLGetDiagField @26
SQLGetDiagRec @27
SQLGetEnvAttr @28
SQLGetStmtAttr @29
SQLSetConnectAttr @30
SQLColumns @31
SQLDriverConnect @32
SQLGetData @33
SQLGetFunctions @34
SQLGetInfo @35
SQLGetTypeInfo @36
SQLParamData @37
SQLPutData @38
SQLSpecialColumns @39
SQLStatistics @40
SQLTables @41
SQLExtendedFetch @42
SQLNativeSql @43
SQLSetDescField @44
SQLSetDescRec @45
SQLSetEnvAttr @46
SQLSetStmtAttr @47
ConfigDSN @48
ConfigDriver @49
SQLBindParameter @50
SQLMoreResults @51
SQLBulkOperations @52
SQLSetPos @53
; Level 1,2
; SQLBrowseConnect @54
; SQLColumnPrivileges @55
SQLDescribeParam @56
SQLForeignKeys @57
SQLPrimaryKeys @58
SQLProcedureColumns @59
SQLProcedures @60
SQLTablePrivileges @61
; Deprecated API
;
; SQLAllocConnect @1
; SQLAllocEnv @2
; SQLAllocStmt @3
; SQLBindParam @25
; SQLColAttributes @6
; SQLError
; SQLFreeConnect @14
; SQLFreeEnv @15
; SQLGetConnectOption @42
; SQLGetStmtOption @46
; SQLSetParam @22
; SQLSetConnectOption @50
; SQLSetStmtOption @51
SQLParamOptions @64
;SQLSetScrollOptions @69
SQLTransact @71
;unicode
SQLDriverConnectW
SQLConnectW
SQLExecDirectW
SQLGetInfoW
SQLGetDiagRecW
SQLGetStmtAttrW
SQLNativeSqlW
SQLColumnsW
SQLDescribeColW
SQLForeignKeysW
SQLGetConnectAttrW
SQLSetConnectAttrW
;SQLGetConnectOptionW
;SQLSetConnectOptionW
SQLGetCursorNameW
SQLGetDiagFieldW
SQLPrepareW
SQLPrimaryKeysW
;SQLProcedureColumnsW
;SQLProceduresW
SQLSetCursorNameW
SQLSetStmtAttrW
SQLSpecialColumnsW
SQLStatisticsW
SQLTablePrivilegesW
SQLTablesW
SQLGetDescFieldW
SQLGetDescRecW
SQLSetDescFieldW
SQLSetDescRecW
;SQLBrowseConnectW
SQLColAttributeW
SQLGetTypeInfoW