1 <?xml version='1.0' encoding="UTF-8"?>
2 <!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd">
4 * This file is part of the LibreOffice project.
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0. If a copy of the MPL was not distributed with this
8 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 * This file incorporates work covered by the following license notice:
12 * Licensed to the Apache Software Foundation (ASF) under one or more
13 * contributor license agreements. See the NOTICE file distributed
14 * with this work for additional information regarding copyright
15 * ownership. The ASF licenses this file to you under the Apache
16 * License, Version 2.0 (the "License"); you may not use this file
17 * except in compliance with the License. You may obtain a copy of
18 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 <module-description xmlns:xlink="http://www.w3.org/1999/xlink">
21 <module-name>mysqlc</module-name>
22 <component-description>
23 <Author>Georg Richter</Author>
24 <Name>com.sun.star.comp.sdbc.mysqlc</Name>
26 This is the implementation of the MySQL Connector/OO.org.
28 <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
29 <language>c++</language>
30 <status value="final"/>
31 <supported-service> com.sun.star.sdbc.Driver </supported-service>
32 <service-dependency> ... </service-dependency>
33 </component-description>
34 <project-build-dependency> cppuhelper </project-build-dependency>
35 <project-build-dependency> cppu </project-build-dependency>
36 <project-build-dependency> sal </project-build-dependency>
38 <runtime-module-dependency> cppuhelper </runtime-module-dependency>
39 <runtime-module-dependency> cppu1 </runtime-module-dependency>
40 <runtime-module-dependency> sal1 </runtime-module-dependency>
42 <type> com.sun.star.registry.XRegistryKey </type>
43 <type> com.sun.star.util.XCancellable </type>
44 <type> com.sun.star.util.XNumberFormatter </type>
45 <type> com.sun.star.uno.TypeClass </type>
46 <type> com.sun.star.uno.XWeak </type>
47 <type> com.sun.star.uno.XAggregation </type>
48 <type> com.sun.star.uno.XComponentContext </type>
49 <type> com.sun.star.beans.PropertyAttribute </type>
50 <type> com.sun.star.beans.XPropertyState </type>
51 <type> com.sun.star.beans.XPropertySet </type>
52 <type> com.sun.star.beans.PropertyValue </type>
53 <type> com.sun.star.beans.XMultiPropertySet </type>
54 <type> com.sun.star.beans.XFastPropertySet </type>
55 <type> com.sun.star.lang.XSingleServiceFactory </type>
56 <type> com.sun.star.lang.XTypeProvider </type>
57 <type> com.sun.star.lang.XSingleComponentFactory </type>
58 <type> com.sun.star.lang.EventObject </type>
59 <type> com.sun.star.lang.XComponent </type>
60 <type> com.sun.star.lang.IllegalArgumentException </type>
61 <type> com.sun.star.lang.DisposedException </type>
62 <type> com.sun.star.lang.XMultiServiceFactory </type>
63 <type> com.sun.star.lang.XServiceInfo </type>
64 <type> com.sun.star.lang.XUnoTunnel </type>
65 <type> com.sun.star.java.XJavaThreadRegister_11 </type>
66 <type> com.sun.star.java.XJavaVM </type>
67 <type> com.sun.star.sdbc.FetchDirection </type>
68 <type> com.sun.star.sdbc.XConnection </type>
69 <type> com.sun.star.sdbc.XStatement </type>
70 <type> com.sun.star.sdbc.XResultSet </type>
71 <type> com.sun.star.sdbc.XResultSetMetaDataSupplier</type>
72 <type> com.sun.star.sdbc.XColumnLocate </type>
73 <type> com.sun.star.sdbc.XResultSetUpdate </type>
74 <type> com.sun.star.sdbc.XWarningsSupplier </type>
75 <type> com.sun.star.sdbc.XRowUpdate </type>
76 <type> com.sun.star.sdbc.XMultipleResults </type>
77 <type> com.sun.star.sdbc.XBatchExecution </type>
78 <type> com.sun.star.sdbc.XPreparedBatchExecution </type>
79 <type> com.sun.star.sdbc.XParameters </type>
80 <type> com.sun.star.sdbc.XOutParameters </type>
81 <type> com.sun.star.sdbc.DriverPropertyInfo </type>
82 <type> com.sun.star.sdbc.SQLWarning </type>
83 <type> com.sun.star.sdbc.XRow </type>
84 <type> com.sun.star.sdbc.ColumnSearch </type>
85 <type> com.sun.star.sdbc.ColumnValue </type>
86 <type> com.sun.star.sdbc.DataType </type>
87 <type> com.sun.star.sdbc.XDriver </type>
88 <type> com.sun.star.sdbc.TransactionIsolation </type>
89 <type> com.sun.star.sdbc.ResultSetType </type>
90 <type> com.sun.star.sdbc.ResultSetConcurrency </type>
91 <type> com.sun.star.sdbcx.XRowLocate </type>
92 <type> com.sun.star.sdbcx.XDeleteRows </type>
93 <type> com.sun.star.sdbcx.CompareBookmark </type>
94 <type> com.sun.star.sdb.XColumnUpdate </type>
95 <type> com.sun.star.sdb.XColumn </type>