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 2014/05/28 02:30:44 UTC

svn commit: r1597909 - in /db/derby/docs/trunk/src/tools: derbytools.ditamap rtoolsijcomrefhold.dita

Author: myrnavl
Date: Wed May 28 00:30:44 2014
New Revision: 1597909

URL: http://svn.apache.org/r1597909
Log:
DERBY-6585; add HoldForConnection ij command to match NoHoldForConnection
   adding documentation for the HoldForConnection command.

Added:
    db/derby/docs/trunk/src/tools/rtoolsijcomrefhold.dita   (with props)
Modified:
    db/derby/docs/trunk/src/tools/derbytools.ditamap

Modified: db/derby/docs/trunk/src/tools/derbytools.ditamap
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/derbytools.ditamap?rev=1597909&r1=1597908&r2=1597909&view=diff
==============================================================================
--- db/derby/docs/trunk/src/tools/derbytools.ditamap (original)
+++ db/derby/docs/trunk/src/tools/derbytools.ditamap Wed May 28 00:30:44 2014
@@ -146,6 +146,7 @@ limitations under the License.
 <topicref href="rtoolsijcomref62772.dita" navtitle="Get Scroll Insensitive Cursor command">
 </topicref>
 <topicref href="rtoolsijcomref10316.dita" navtitle="Help command"></topicref>
+<topicref href="rtoolsijcomrefhold.dita" navtitle="HoldForConnection command"></topicref>
 <topicref href="rtoolsijcomref53869.dita" navtitle="Last command"></topicref>
 <topicref href="rtoolsijcomref88554.dita" navtitle="LocalizedDisplay command">
 </topicref>

Added: db/derby/docs/trunk/src/tools/rtoolsijcomrefhold.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/rtoolsijcomrefhold.dita?rev=1597909&view=auto
==============================================================================
--- db/derby/docs/trunk/src/tools/rtoolsijcomrefhold.dita (added)
+++ db/derby/docs/trunk/src/tools/rtoolsijcomrefhold.dita Wed May 28 00:30:44 2014
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at      
+
+http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<reference id="rtoolsijcomrefhold" xml:lang="en-us">
+<title>HoldForConnection command</title>
+<prolog><metadata>
+<keywords><indexterm>HoldForConnection command</indexterm><indexterm>holdability</indexterm></keywords>
+</metadata></prolog>
+<refbody>
+<refsyn><title>Syntax</title><codeblock><b>HOLDFORCONNECTION</b></codeblock> </refsyn>
+<section><title>Description</title><p>Sets the default holdability for a connection to the default ResultSet.HOLD_CURSORS_OVER_COMMIT.</p></section>
+<example><title>Example</title><p>The following demonstrates <i>HoldForConnection</i>:</p><codeblock><b>ij&gt; HOLDFORCONNECTION;
+</b></codeblock> </example>
+</refbody>
+</reference>

Propchange: db/derby/docs/trunk/src/tools/rtoolsijcomrefhold.dita
------------------------------------------------------------------------------
    svn:eol-style = native