xref: /aoo42x/main/dbaccess/util/dba.component (revision 67a4c099)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--***********************************************************
3  *
4  * Licensed to the Apache Software Foundation (ASF) under one
5  * or more contributor license agreements.  See the NOTICE file
6  * distributed with this work for additional information
7  * regarding copyright ownership.  The ASF licenses this file
8  * to you under the Apache License, Version 2.0 (the
9  * "License"); you may not use this file except in compliance
10  * with the License.  You may obtain a copy of the License at
11  *
12  *   http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing,
15  * software distributed under the License is distributed on an
16  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17  * KIND, either express or implied.  See the License for the
18  * specific language governing permissions and limitations
19  * under the License.
20  *
21  ***********************************************************-->
22 
23 
24 
25 <component loader="com.sun.star.loader.SharedLibrary"
26     xmlns="http://openoffice.org/2010/uno-components">
27   <implementation name="com.sun.star.comp.chart2.data.DatabaseDataProvider">
28     <service name="com.sun.star.chart2.data.DatabaseDataProvider"/>
29   </implementation>
30   <implementation name="com.sun.star.comp.dba.DataAccessDescriptorFactory">
31     <service name="com.sun.star.sdb.DataAccessDescriptorFactory"/>
32     <singleton name="com.sun.star.sdb.DataAccessDescriptorFactory"/>
33   </implementation>
34   <implementation name="com.sun.star.comp.dba.OCommandDefinition">
35     <service name="com.sun.star.sdb.CommandDefinition"/>
36     <service name="com.sun.star.sdb.QueryDefinition"/>
37   </implementation>
38   <implementation name="com.sun.star.comp.dba.OComponentDefinition">
39     <service name="com.sun.star.sdb.TableDefinition"/>
40   </implementation>
41   <implementation name="com.sun.star.comp.dba.ODatabaseContext">
42     <service name="com.sun.star.sdb.DatabaseContext"/>
43   </implementation>
44   <implementation name="com.sun.star.comp.dba.ODatabaseDocument">
45     <service name="com.sun.star.document.OfficeDocument"/>
46     <service name="com.sun.star.sdb.OfficeDatabaseDocument"/>
47   </implementation>
48   <implementation name="com.sun.star.comp.dba.ODatabaseSource">
49     <service name="com.sun.star.sdb.DataSource"/>
50     <service name="com.sun.star.sdb.DocumentDataSource"/>
51   </implementation>
52   <implementation name="com.sun.star.comp.dba.ORowSet">
53     <service name="com.sun.star.sdb.ResultSet"/>
54     <service name="com.sun.star.sdb.RowSet"/>
55     <service name="com.sun.star.sdbc.ResultSet"/>
56     <service name="com.sun.star.sdbc.RowSet"/>
57     <service name="com.sun.star.sdbcx.ResultSet"/>
58   </implementation>
59 </component>
60