summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/adabas/adabas.xml
blob: 40070e191e7517a350af08ab95f1dbe6708936c7 (plain)
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
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//W3C//DTD HTML 3.2//EN" "componentdependencies.dtd">
<COMPONENTDESCRIPTION>

<Name>  com.sun.star.sdbc.BDriver   </Name>

<Description>
    This is the implementation of the sdbc-odbc bridge.
</Description>

<ModuleName>    odbc    </ModuleName>

<LoaderName>    com.sun.star.loader.SharedLibrary   </LoaderName>

<SupportedService>  com.sun.star.sdbc.Driver    </SupportedService>

<ServiceDependency> ... </ServiceDependency>

<ProjectBuildDependency>    cppuhelper  </ProjectBuildDependency>
<ProjectBuildDependency>    cppu        </ProjectBuildDependency>
<ProjectBuildDependency>    sal         </ProjectBuildDependency>
<ProjectBuildDependency>    vos         </ProjectBuildDependency>

<RuntimeModuleDependency>   cppuhelper  </RuntimeModuleDependency>
<RuntimeModuleDependency>   cppu1       </RuntimeModuleDependency>
<RuntimeModuleDependency>   sal1        </RuntimeModuleDependency>
<RuntimeModuleDependency>   vos         </RuntimeModuleDependency>

<Language>  c++ </Language>

<Status StatusValue="final"/>

<Type>  com.sun.star.util.XCancellable              </Type>
<Type>  com.sun.star.util.XNumberFormatter          </Type>
<Type>  com.sun.star.uno.TypeClass                  </Type>
<Type>  com.sun.star.uno.XWeak                      </Type>
<Type>  com.sun.star.uno.XAggregation               </Type>
<Type>  com.sun.star.beans.XPropertyState           </Type>
<Type>  com.sun.star.beans.XPropertySet             </Type>
<Type>  com.sun.star.beans.PropertyValue            </Type>
<Type>  com.sun.star.beans.XMultiPropertySet        </Type>
<Type>  com.sun.star.beans.XFastPropertySet         </Type>
<Type>  com.sun.star.lang.XTypeProvider             </Type>
<Type>  com.sun.star.lang.EventObject               </Type>
<Type>  com.sun.star.lang.XComponent                </Type>
<Type>  com.sun.star.lang.IllegalArgumentException  </Type>
<Type>  com.sun.star.lang.XMultiServiceFactory      </Type>
<Type>  com.sun.star.java.XJavaThreadRegister_11    </Type>
<Type>  com.sun.star.java.XJavaVM                   </Type>
<Type>  com.sun.star.sdbc.XConnection               </Type>
<Type>  com.sun.star.sdbc.XStatement                </Type>
<Type>  com.sun.star.sdbc.XResultSet                </Type>
<Type>  com.sun.star.sdbc.XResultSetMetaDataSupplier</Type>
<Type>  com.sun.star.sdbc.XColumnLocate             </Type>
<Type>  com.sun.star.sdbc.XResultSetUpdate          </Type>
<Type>  com.sun.star.sdbc.XWarningsSupplier         </Type>
<Type>  com.sun.star.sdbc.XRowUpdate                </Type>
<Type>  com.sun.star.sdbc.XMultipleResults          </Type>
<Type>  com.sun.star.sdbc.XBatchExecution           </Type>
<Type>  com.sun.star.sdbc.XPreparedBatchExecution   </Type>
<Type>  com.sun.star.sdbc.XParameters               </Type>
<Type>  com.sun.star.sdbc.XOutParameters            </Type>
<Type>  com.sun.star.sdbc.DriverPropertyInfo        </Type>
<Type>  com.sun.star.sdbc.XRow                      </Type>
<Type>  com.sun.star.sdb.XColumnUpdate              </Type>
<Type>  com.sun.star.sdb.XColumn                    </Type>

</COMPONENTDESCRIPTION>