summaryrefslogtreecommitdiffstats
path: root/connectivity/source/dbtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:54:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 15:54:36 +0000
commit976a3a5f2e59506ac849f1988572cf7c98655892 (patch)
treed4b4fcb5db6c5d776c7a202eaa8b6005b471808d /connectivity/source/dbtools
parentINTEGRATION: CWS insight01 (1.1.2); FILE ADDED (diff)
downloadcore-976a3a5f2e59506ac849f1988572cf7c98655892.tar.gz
core-976a3a5f2e59506ac849f1988572cf7c98655892.zip
INTEGRATION: CWS insight01 (1.1.2); FILE ADDED
2004/07/05 11:42:35 oj 1.1.2.1: new service for parameter substitution
Diffstat (limited to 'connectivity/source/dbtools')
-rw-r--r--connectivity/source/dbtools/dbt.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/connectivity/source/dbtools/dbt.xml b/connectivity/source/dbtools/dbt.xml
new file mode 100644
index 000000000000..3d70d422db06
--- /dev/null
+++ b/connectivity/source/dbtools/dbt.xml
@@ -0,0 +1,27 @@
+<?xml version='1.0' encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>dbt</module-name>
+ <component-description>
+ <author>Ocke Janssen</author>
+ <name>com.sun.star.comp.sdbc.ParameterSubstitution</name>
+ <description>
+ This service allows to replace named parameters if SQL statements to unnamed one.
+ </description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sdbc.ParameterSubstitution</supported-service>
+ </component-description>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+ <runtime-module-dependency>cppuhelper</runtime-module-dependency>
+ <runtime-module-dependency>cppu</runtime-module-dependency>
+ <runtime-module-dependency>sal</runtime-module-dependency>
+ <runtime-module-dependency>vos</runtime-module-dependency>
+ <runtime-module-dependency>comphelper</runtime-module-dependency>
+</module-description>
+
+