
| 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
]
|
| Repository |
Revision |
Date |
User |
Message |
| ASF |
#169675 |
Wed May 11 18:55:21 UTC 2005 |
jta |
DERBY-227:
Removes the Implementation notes cell from the prepareCall row of table
"Table 15. JDBC 2.0 Connection Methods Supported" in the reference manual.
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.
|
| Files Changed |
MODIFY
/incubator/derby/docs/trunk/src/ref/rrefjdbc80004.dita
|
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
]
|
|