Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.1.1.0
-
None
Description
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.