
| Key: |
DERBY-227
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Mamta A. Satoor
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
12/May/05 03:55 AM
|
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.
|
|
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. |
Show » |
made changes - 09/May/05 01:57 PM
| Field |
Original Value |
New Value |
|
Attachment
|
|
derby227.diff
[ 19957
]
|
made changes - 12/May/05 03:55 AM
|
Resolution
|
|
Fixed
[ 1
]
|
|
Fix Version/s
|
|
10.1.0.0
[ 10993
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
made changes - 07/Jun/05 09:41 AM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|