xref: /AOO41X/main/mysqlc/source/mysqlc.xml (revision 83137a03adbb58b5b3bdafefefa1e93de35e0011)
1<?xml version='1.0' encoding="UTF-8"?>
2<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd">
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
24    <module-name>mysqlc</module-name>
25    <component-description>
26        <Author>Georg Richter</Author>
27        <Name>com.sun.star.comp.sdbc.mysqlc</Name>
28        <Description>
29            This is the implementation of the MySQL Connector/OO.org.
30        </Description>
31        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
32        <language>c++</language>
33        <status value="final"/>
34        <supported-service> com.sun.star.sdbc.Driver    </supported-service>
35        <service-dependency>    ... </service-dependency>
36    </component-description>
37    <project-build-dependency>  cppuhelper  </project-build-dependency>
38    <project-build-dependency>  cppu        </project-build-dependency>
39    <project-build-dependency>  sal         </project-build-dependency>
40    <project-build-dependency>  vos         </project-build-dependency>
41
42    <runtime-module-dependency> cppuhelper  </runtime-module-dependency>
43    <runtime-module-dependency> cppu1       </runtime-module-dependency>
44    <runtime-module-dependency> sal1        </runtime-module-dependency>
45    <runtime-module-dependency> vos         </runtime-module-dependency>
46
47    <type>  com.sun.star.registry.XRegistryKey          </type>
48    <type>  com.sun.star.util.XCancellable              </type>
49    <type>  com.sun.star.util.XNumberFormatter          </type>
50    <type>  com.sun.star.uno.TypeClass                  </type>
51    <type>  com.sun.star.uno.XWeak                      </type>
52    <type>  com.sun.star.uno.XAggregation               </type>
53    <type>  com.sun.star.uno.XComponentContext          </type>
54    <type>  com.sun.star.beans.PropertyAttribute        </type>
55    <type>  com.sun.star.beans.XPropertyState           </type>
56    <type>  com.sun.star.beans.XPropertySet             </type>
57    <type>  com.sun.star.beans.PropertyValue            </type>
58    <type>  com.sun.star.beans.XMultiPropertySet        </type>
59    <type>  com.sun.star.beans.XFastPropertySet         </type>
60    <type>  com.sun.star.lang.XSingleServiceFactory     </type>
61    <type>  com.sun.star.lang.XTypeProvider             </type>
62    <type>  com.sun.star.lang.XSingleComponentFactory   </type>
63    <type>  com.sun.star.lang.EventObject               </type>
64    <type>  com.sun.star.lang.XComponent                </type>
65    <type>  com.sun.star.lang.IllegalArgumentException  </type>
66    <type>  com.sun.star.lang.DisposedException         </type>
67    <type>  com.sun.star.lang.XMultiServiceFactory      </type>
68    <type>  com.sun.star.lang.XServiceInfo              </type>
69    <type>  com.sun.star.lang.XUnoTunnel                </type>
70    <type>  com.sun.star.java.XJavaThreadRegister_11    </type>
71    <type>  com.sun.star.java.XJavaVM                   </type>
72    <type>  com.sun.star.sdbc.FetchDirection            </type>
73    <type>  com.sun.star.sdbc.XConnection               </type>
74    <type>  com.sun.star.sdbc.XStatement                </type>
75    <type>  com.sun.star.sdbc.XResultSet                </type>
76    <type>  com.sun.star.sdbc.XResultSetMetaDataSupplier</type>
77    <type>  com.sun.star.sdbc.XColumnLocate             </type>
78    <type>  com.sun.star.sdbc.XResultSetUpdate          </type>
79    <type>  com.sun.star.sdbc.XWarningsSupplier         </type>
80    <type>  com.sun.star.sdbc.XRowUpdate                </type>
81    <type>  com.sun.star.sdbc.XMultipleResults          </type>
82    <type>  com.sun.star.sdbc.XBatchExecution           </type>
83    <type>  com.sun.star.sdbc.XPreparedBatchExecution   </type>
84    <type>  com.sun.star.sdbc.XParameters               </type>
85    <type>  com.sun.star.sdbc.XOutParameters            </type>
86    <type>  com.sun.star.sdbc.DriverPropertyInfo        </type>
87    <type>  com.sun.star.sdbc.SQLWarning                </type>
88    <type>  com.sun.star.sdbc.XRow                      </type>
89    <type>  com.sun.star.sdbc.ColumnSearch              </type>
90    <type>  com.sun.star.sdbc.ColumnValue               </type>
91    <type>  com.sun.star.sdbc.DataType                  </type>
92    <type>  com.sun.star.sdbc.XDriver                   </type>
93    <type>  com.sun.star.sdbc.TransactionIsolation      </type>
94    <type>  com.sun.star.sdbc.ResultSetType             </type>
95    <type>  com.sun.star.sdbc.ResultSetConcurrency      </type>
96    <type>  com.sun.star.sdbcx.XRowLocate               </type>
97    <type>  com.sun.star.sdbcx.XDeleteRows              </type>
98    <type>  com.sun.star.sdbcx.CompareBookmark          </type>
99    <type>  com.sun.star.sdb.XColumnUpdate              </type>
100    <type>  com.sun.star.sdb.XColumn                    </type>
101</module-description>
102