forked from postgresql-interfaces/psqlodbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psqlodbc.def
112 lines (109 loc) · 2.1 KB
/
psqlodbc.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
LIBRARY psqlodbc35w
EXPORTS
;;SQLAllocConnect @1
;;SQLAllocEnv @2
;;SQLAllocStmt @3
SQLBindCol @4
SQLCancel @5
;;SQLColAttributes @6
;SQLConnect @7
;SQLDescribeCol @8
SQLDisconnect @9
;;SQLError @10
;SQLExecDirect @11
SQLExecute @12
SQLFetch @13
;;SQLFreeConnect @14
;;SQLFreeEnv @15
SQLFreeStmt @16
;SQLGetCursorName @17
SQLNumResultCols @18
;SQLPrepare @19
SQLRowCount @20
;SQLSetCursorName @21
;;SQLTransact @23
;SQLColumns @40
;SQLDriverConnect @41
SQLGetData @43
SQLGetFunctions @44
;SQLGetInfo @45
;;SQLGetStmtOption @46
;SQLGetTypeInfo @47
SQLParamData @48
SQLPutData @49
;SQLSpecialColumns @52
;SQLStatistics @53
;SQLTables @54
SQLBrowseConnect @55
;SQLColumnPrivileges @56
SQLDescribeParam @58
SQLExtendedFetch @59
;SQLForeignKeys @60
SQLMoreResults @61
;SQLNativeSql @62
SQLNumParams @63
;;SQLParamOptions @64
;SQLPrimaryKeys @65
;SQLProcedureColumns @66
;SQLProcedures @67
SQLSetPos @68
SQLSetScrollOptions @69
;SQLTablePrivileges @70
SQLBindParameter @72
SQLAllocHandle @80
SQLBindParam @81
SQLCloseCursor @82
;SQLColAttribute @83
SQLCopyDesc @84
SQLEndTran @85
SQLFetchScroll @86
SQLFreeHandle @87
;SQLGetDescField @88
;SQLGetDescRec @89
;SQLGetDiagField @90
;SQLGetDiagRec @91
SQLGetEnvAttr @92
;SQLGetConnectAttr @93
;SQLGetStmtAttr @94
;SQLSetConnectAttr @95
;SQLSetDescField @96
;SQLSetDescRec @97
SQLSetEnvAttr @98
;SQLSetStmtAttr @99
SQLBulkOperations @100
SQLDummyOrdinal @199
dconn_FDriverConnectProc @200
DllMain @201
ConfigDSN @202
ConfigDriver @203
SQLColAttributeW @101
SQLColumnPrivilegesW @102
SQLColumnsW @103
SQLConnectW @104
SQLDescribeColW @106
SQLExecDirectW @107
SQLForeignKeysW @108
SQLGetConnectAttrW @109
SQLGetCursorNameW @110
SQLGetInfoW @111
SQLNativeSqlW @112
SQLPrepareW @113
SQLPrimaryKeysW @114
SQLProcedureColumnsW @115
SQLProceduresW @116
SQLSetConnectAttrW @117
SQLSetCursorNameW @118
SQLSpecialColumnsW @119
SQLStatisticsW @120
SQLTablesW @121
SQLTablePrivilegesW @122
SQLDriverConnectW @123
SQLGetDiagRecW @124
SQLGetStmtAttrW @125
SQLSetStmtAttrW @126
SQLSetDescFieldW @127
SQLGetTypeInfoW @128
SQLGetDiagFieldW @129
SQLGetDescFieldW @130
SQLGetDescRecW @131
SQLSetDescRecW @132