Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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)