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