forked from CUBRID/cubrid-oledb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_CUBRIDProvider.idl
99 lines (86 loc) · 2.26 KB
/
_CUBRIDProvider.idl
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
[ version(1.0), uuid(2B22247F-E9F7-47e8-A9B0-79E8039DCFC8), helpstring("CUBRIDProvider 1.0 Type Library") ]
library CUBRIDProvider
{
importlib("stdole2.tlb");
[
object,
uuid(9660C3D0-3387-4F86-92C5-6D5BA90975C9),
helpstring("ICUBRIDSession interface"),
pointer_default(unique)
]
interface ICUBRIDSession : IUnknown {
[id(1), local, helpstring("connect to server")] HRESULT Connect();
}
[
version(1.0),
uuid(3165D76D-CB91-482f-9378-00C216FD5F32),
helpstring("CUBRIDProvider Error Lookup Class")
]
#line 25 "d:\\lsj1888\\developing\\developing\\src\\oledb\\error.h"
coclass CCUBRIDErrorLookup {
[default] interface IUnknown;
};
[
version(1.0),
noncreatable,
uuid(ED0E5A7D-89F5-4862-BEF3-20E551E1D07B)
]
#line 44 "d:\\lsj1888\\developing\\developing\\src\\oledb\\error.h"
coclass CCUBRIDErrorInfo {
[default] interface IUnknown;
};
[
version(1.0),
noncreatable,
uuid(3FA55BC9-F4E2-4926-906C-2B630A5F8530)
]
#line 28 "d:\\lsj1888\\developing\\developing\\src\\oledb\\command.h"
coclass CCUBRIDCommand {
[default] interface IUnknown;
};
[
version(1.0),
noncreatable,
uuid(F4CD8484-A670-4511-8DF5-F77B2942B985)
]
#line 32 "d:\\lsj1888\\developing\\developing\\src\\oledb\\session.h"
coclass CCUBRIDSession {
[default] interface ICUBRIDSession;
};
[
version(1.0),
uuid(15A12058-4353-4c9a-8421-23D80F25EE4E),
helpstring("CUBRIDProvider Class")
]
#line 52 "d:\\lsj1888\\developing\\developing\\src\\oledb\\datasource.h"
coclass CCUBRIDDataSource {
[default] interface IUnknown;
};
[
version(1.0),
noncreatable,
uuid(BD659D91-36B5-4e4a-BE76-E979AEB132C3)
]
#line 13 "d:\\lsj1888\\developing\\developing\\src\\oledb\\multipleresult.h"
coclass CMultipleResult {
[default] interface IUnknown;
};
[
version(1.0),
noncreatable,
uuid(32881E3B-5F95-4019-A36B-0EF4E2AAA1DC)
]
#line 22 "d:\\lsj1888\\developing\\developing\\src\\oledb\\row.h"
coclass CCUBRIDRow {
[default] interface IUnknown;
};
[
version(1.0),
noncreatable,
uuid(857539EA-0140-40be-A8E5-1F347991CC0D)
]
#line 13 "d:\\lsj1888\\developing\\developing\\src\\oledb\\cubridstream.h"
coclass CCUBRIDStream {
[default] interface IUnknown;
};
}