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 jt...@apache.org on 2005/06/09 23:49:18 UTC

svn commit: r189826 - /incubator/derby/docs/trunk/src/ref/rrefjdbc77156.dita

Author: jta
Date: Thu Jun  9 14:49:17 2005
New Revision: 189826

URL: http://svn.apache.org/viewcvs?rev=189826&view=rev
Log:
DERBY-332: applied Jeff's patch ("derby332lastrevision.diff") that completes
the documentation for updatable ResultSets.

Modified:
    incubator/derby/docs/trunk/src/ref/rrefjdbc77156.dita

Modified: incubator/derby/docs/trunk/src/ref/rrefjdbc77156.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/ref/rrefjdbc77156.dita?rev=189826&r1=189825&r2=189826&view=diff
==============================================================================
--- incubator/derby/docs/trunk/src/ref/rrefjdbc77156.dita (original)
+++ incubator/derby/docs/trunk/src/ref/rrefjdbc77156.dita Thu Jun  9 14:49:17 2005
@@ -151,7 +151,7 @@
 <row>
 <entry colname="1"><i>void</i></entry>
 <entry colname="2"><i>updateRow()</i></entry>
-<entry colname="3">After the row is deleted, the ResultSet object will be
+<entry colname="3">After the row is updated, the ResultSet object will be
 positioned before the next row. Before issuing any methods other than close
 on the ResultSet object, the program will need to reposition the ResultSet
 object by using the <i>next()</i> method.</entry>