You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2007/04/18 04:40:48 UTC

svn commit: r529836 - /db/derby/docs/trunk/src/adminguide/cadminappsclient.dita

Author: myrnavl
Date: Tue Apr 17 19:40:47 2007
New Revision: 529836

URL: http://svn.apache.org/viewvc?view=rev&rev=529836
Log:
DERBY-2296 - document createDatabase and shutdownDatabase properties which are new for Client.

Modified:
    db/derby/docs/trunk/src/adminguide/cadminappsclient.dita

Modified: db/derby/docs/trunk/src/adminguide/cadminappsclient.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/cadminappsclient.dita?view=diff&rev=529836&r1=529835&r2=529836
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminappsclient.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminappsclient.dita Tue Apr 17 19:40:47 2007
@@ -191,6 +191,24 @@
 See the <ph conref="../conrefs.dita#pub/citref"></ph> for more information
 about the various connection attributes.</entry>
 </row>
+<row>
+<entry colname="col1">createDatabase</entry>
+<entry colname="col2">String</entry>
+<entry colname="COLSPEC2">If set to "create", create the database specified with databaseName property.</entry>
+<entry colname="col3">create</entry>
+<entry colname="COLSPEC3">This property is also available using EmbeddedDataSource.
+See the <ph conref="../conrefs.dita#pub/citref"></ph> for more information.
+Similar to setting connectionAttribute to "create=true". Only "create" is allowed, other values equate to null. The result of conflicting settings of createDatabase, shutdownDatabase and connectionAttributes is undefined.</entry>
+</row>
+<row>
+<entry colname="col1">shutdownDatabase</entry>
+<entry colname="col2">String</entry>
+<entry colname="COLSPEC2">If set to "shutdown", shutdown the database specified with databaseName property.</entry>
+<entry colname="col3">shutdown</entry>
+<entry colname="COLSPEC3">This property is also available using EmbeddedDataSource.
+See the <ph conref="../conrefs.dita#pub/citref"></ph> for more information.
+Similar to setting connectionAttribute to "shutdown=true". Only "shutdown" is allowed, other values equate to null. The result of conflicting settings of createDatabase, shutdownDatabase and connectionAttributes is undefined.</entry>
+</row>
 </tbody>
 </tgroup>
 </table>