Kaydet (Commit) ee11cb63 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS hsqldb (1.26.24); FILE MERGED

2004/10/29 10:09:03 oj 1.26.24.3: #i33348# embedded database settings
2004/10/25 09:06:11 oj 1.26.24.2: RESYNC: (1.26-1.27); FILE MERGED
2004/10/25 08:11:23 oj 1.26.24.1: #i20313# merge files from newdbwiz
üst a5700b2a
......@@ -3,9 +3,9 @@
*
* $RCSfile: DataAccess.xcs,v $
*
* $Revision: 1.27 $
* $Revision: 1.28 $
*
* last change: $Author: hr $ $Date: 2004-09-08 17:37:27 $
* last change: $Author: hr $ $Date: 2004-11-09 12:20:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -84,6 +84,36 @@
</info>
</prop>
</group>
<group oor:name="EmbeddedDatabaseSetting">
<info>
<desc xml:lang="en-US">Describes a setting for an embedded database.</desc>
</info>
<prop oor:name="Value" oor:type="oor:any">
<info>
<desc xml:lang="en-US">Describes the value for an embedded database setting.</desc>
</info>
</prop>
</group>
<group oor:name="EmbeddedDatabaseName">
<info>
<desc xml:lang="en-US">Describes the URL schema for an embedded database. They must start with sdbc:embedded:.</desc>
</info>
<prop oor:name="URL" oor:type="xs:string">
<info>
<desc xml:lang="en-US">Specifies the URL for the embedded database.</desc>
</info>
</prop>
<prop oor:name="UIName" oor:type="xs:string" oor:localized="true">
<info>
<desc xml:lang="en-US">Specifies the name of the embedded database which will be diaplyed in the statusbar of the database application.</desc>
</info>
</prop>
<set oor:name="EmbeddedDatabaseSettings" oor:node-type="EmbeddedDatabaseSetting">
<info>
<desc>Specifies the settings of an embedded database.</desc>
</info>
</set>
</group>
<group oor:name="DataSource">
<info>
<desc>Specifies the data source to be used for the bibliography.</desc>
......@@ -169,6 +199,21 @@
<info>
<author>OJ</author>
</info>
<group oor:name="EmbeddedDatabases">
<info>
<desc>Specifies the default embedded database which should be used.</desc>
</info>
<prop oor:name="DefaultEmbeddedDatabase" oor:type="xs:string">
<info>
<desc>Specifies the name of the embedded database to use.</desc>
</info>
</prop>
<set oor:name="EmbeddedDatabaseNames" oor:node-type="EmbeddedDatabaseName">
<info>
<desc xml:lang="en-US">Specifies all embedded database names which are registered.</desc>
</info>
</set>
</group>
<group oor:name="DriverManager">
<info>
<desc>Specifies additional information about the database drivers.</desc>
......@@ -202,6 +247,7 @@
<desc xml:lang="en-US">Specifies all names which are registered.</desc>
</info>
</set>
<set oor:name="UserDefinedDriverSettings" oor:node-type="UserDefinedDriver">
<info>
<desc>Contains a list of descriptions for user defined drivers.</desc>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment