Issue Details (XML | Word | Printable)

Key: DERBY-227
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Mamta A. Satoor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Reference manual has incorrect information for supported resultset types for prepareCall JDBC api

Created: 15/Apr/05 06:13 AM   Updated: 07/Jun/05 09:41 AM
Return to search
Component/s: Documentation
Affects Version/s: 10.1.1.0
Fix Version/s: 10.1.1.0

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works derby227.diff 2005-05-09 01:57 PM Jeff Levitt 2 kB

Resolution Date: 12/May/05 03:55 AM


 Description  « Hide
Reference manual at http://incubator.apache.org/derby/manuals/reference/sqlj210.html#HDRSII-JDBC-80004 says that ResultSet.Type_FORWARD_ONLY is the only resultSet type supported for prepareCall. That is not correct. prepareCall supports ResultSet.TYPE_FORWARD_ONLY and ResultSet.TYPE_SCROLL_INSENSITIVE (similar to createStatement and prepareStatement). In short, the column 3 of the table should have same information for createStatement, prepareStatement and prepareCall.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Jeff Levitt added a comment - 09/May/05 01:57 PM
The attached derby227.diff patch removes the Implementation notes cell from the prepareCall row of this table. It then extendes the Implementation notes cell shared by the createstatement and preparestatement cells, so in effect, they all read the same. This is in the rrefjdbc80004.dita file.

Jean T. Anderson added a comment - 12/May/05 03:55 AM
Patch committed revision 169675.

Jeff Levitt added a comment - 07/Jun/05 09:41 AM
Fixed in 10.1.0.0