Description
The following methods were introduced in the java.sql.Clob and java.sql.Blob interface as part of JDBC 4.0 and need to be implemented.
Clob
------
getCharacterStream(long pos, long length)
Blob
------
getBinaryStream(long pos, long length)
The implementation on the Network Client is already done as part of Derby-2444
Attachments
Attachments
Issue Links
- is blocked by
-
DERBY-2711 If large blob is updated after InputStream is fetched (using getBinaryStream), the stream continues to point ot old data
- Closed
-
DERBY-2712 If large clob is updated after Reader. the reader continues to point to old data
- Closed
- is part of
-
DERBY-1341 LOB set method(s) are currently no supported, but part of the Java 1.4 JDBC interface
- Closed
- relates to
-
DERBY-2818 Rewrite ClobUpdatableReader constructors
- Closed