Derby JDBC Implementation Notes page needs to be updated for updateRow support
------------------------------------------------------------------------------

         Key: DERBY-192
         URL: http://issues.apache.org/jira/browse/DERBY-192
     Project: Derby
        Type: Bug
  Components: Web Site  
    Versions: 10.1.0.0    
    Reporter: Mamta A. Satoor


Now that the support for updateRow has been checked into the Derby, it is time 
to update Derby JDBC Implementation Notes page at 
http://incubator.apache.org/derby/papers/JDBCImplementation.html The changes 
are simple and as follows

1)At the top of the page, under Java.sql.ResultSet, add method updateRow() 
after deleteRow

2)Later in the page, where we have more information about each of the methods, 
need to add updateRow() after deleteRow(). And under updateRow(), need to have 
following
Behavior Clarification

After updateRow, ResultSet will be positioned right before th next row for 
FORWARD ONLY updatable ResultSets.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to