forked from postgresql-interfaces/psqlodbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psqlsetup.def
70 lines (65 loc) · 1.23 KB
/
psqlsetup.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
LIBRARY psqlsetup
EXPORTS
DllMain @201
ConfigDSN @202
ConfigDriver @203
SQLBindCol @4
SQLCancel @5
SQLDisconnect @9
SQLExecute @12
SQLFetch @13
SQLFreeStmt @16
SQLNumResultCols @18
SQLRowCount @20
SQLGetData @43
SQLGetFunctions @44
SQLParamData @48
SQLPutData @49
SQLDescribeParam @58
SQLExtendedFetch @59
SQLMoreResults @61
SQLNumParams @63
SQLSetPos @68
SQLBindParameter @72
SQLAllocHandle @80
SQLBindParam @81
SQLCloseCursor @82
SQLCopyDesc @84
SQLEndTran @85
SQLFetchScroll @86
SQLFreeHandle @87
SQLGetEnvAttr @92
SQLSetEnvAttr @98
SQLBulkOperations @100
SQLDummyOrdinal @199
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