Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
All
-
Release Note Needed
Description
Implement the following ResultSet methods on the Network Client
updateBlob(int columnIndex, Blob x)
updateBlob(String columnName, Blob x)
updateClob(int columnIndex, Clob x)
updateClob(String columnName, Clob x)
updateBlob(int columnIndex, InputStream x, long length)
updateBlob(String columnName, InputStream x, long length)
updateClob(int columnIndex, Reader x, long length)
updateClob(String columnName, Reader x, long length)
Attachments
Attachments
Issue Links
- is blocked by
-
DERBY-2430 setObject(int targetType, Blob source) and setObject(int targetType, Clob source) should disallow updates on all targetTypes except BLOB and CLOB respectively
- Closed