[ http://issues.apache.org/jira/browse/DERBY-227?page=all ] Jeff Levitt closed DERBY-227: -----------------------------
Fixed in 10.1.0.0 > Reference manual has incorrect information for supported resultset types for > prepareCall JDBC api > ------------------------------------------------------------------------------------------------- > > Key: DERBY-227 > URL: http://issues.apache.org/jira/browse/DERBY-227 > Project: Derby > Type: Bug > Components: Documentation > Versions: 10.1.0.0 > Reporter: Mamta A. Satoor > Fix For: 10.1.0.0 > Attachments: derby227.diff > > 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. -- 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
