updatable ResultSet
-------------------

         Key: DERBY-605
         URL: http://issues.apache.org/jira/browse/DERBY-605
     Project: Derby
        Type: Improvement
    Reporter: Veaceslav Chicu


PreparedStatement st = conn.prepareStatement("select person_id, name, surname 
from tiers.person for update",            
ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
...
rs.setObject(1, "aaa");
rs.updateRow();

needed for:
I want a simple updatable table with gui (JTable , Table model work directly 
with ResultSet), that scroll result set, and update it?
simple table with 2.000.000 rows

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to