I updated
http://incubator.apache.org/derby/papers/JDBCImplementation.html with
Mamta's info. Please post any problems/corrections.
-jean
Mamta Satoor wrote:
Hi,
Thanks to Dan for commiting my changes for updatable resultsets over
the weekend.
I think this is a good time to update the Derby JDBC Implementation
Notes page
for updatable resultsets. I will appreciate if one of the committers
can add following
2 paragraphs.
_Following should go in the doc right before the java.sql.ResultSet
section_
Java.sql.Connection
CreateStatement, prepareStatement and prepareCall
Behavior Clarification
CONCUR_UPDATABLE concurrency is supported for FORWARD ONLY ResultSet
types only.
_Following should go in the doc in the java.sql.ResultSet section
before the getAsciiStream() api_
deleteRow()
Behavior Clarification
After deleteRow, ResultSet will be positioned right before the next
row for FORWARD ONLY updatable ResultSets.
thanks,
Mamta