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 ch...@apache.org on 2014/01/13 21:21:22 UTC

svn commit: r1557834 - /db/derby/docs/trunk/src/ref/rrefsqlj15309.dita

Author: chaase3
Date: Mon Jan 13 20:21:22 2014
New Revision: 1557834

URL: http://svn.apache.org/r1557834
Log:
DERBY-6388  Example WHERE CURRENT OF clause in Reference Guide is nonsense

Modified a Reference Manual topic.

Patch: DERBY-6388-2.diff

Modified:
    db/derby/docs/trunk/src/ref/rrefsqlj15309.dita

Modified: db/derby/docs/trunk/src/ref/rrefsqlj15309.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsqlj15309.dita?rev=1557834&r1=1557833&r2=1557834&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsqlj15309.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsqlj15309.dita Mon Jan 13 20:21:22 2014
@@ -26,7 +26,14 @@ limitations under the License.
 <section>
 <p>The WHERE CURRENT OF clause is a clause in some UPDATE and DELETE
 statements. It allows you to perform positioned updates and deletes on updatable
-cursors. For more information about updatable cursors, see <xref href="rrefsqlj41360.dita#rrefsqlj41360"/>.</p></section>
+cursors. Updatable and/or scrollable JDBC <i>ResultSet</i>s can provide a
+simpler and easier way to perform these tasks.</p>
+<p> For more information about updatable cursors, see
+<xref href="rrefsqlj41360.dita#rrefsqlj41360"/>. For information on scrollable
+and updatable <i>ResultSet</i>s, see the Java SE API documentation on the
+<i>java.sql.ResultSet</i> interface as well as the information on the
+<ph conref="../conrefs.dita#prod/productshortname"></ph> implementation at
+<xref href="rrefjdbc23502.dita#rrefjdbc23502"/>.</p></section>
 <refsyn><title>Syntax</title>
 <codeblock><b>WHERE CURRENT OF <i><xref href="rrefcursorname.dita#rrefcursorname">cursorName</xref></i></b></codeblock>
 </refsyn>