As far as I understand, the story is different for the embedded and the client here. According to DERBY-572, client supports Blob.setBinaryStream(), embedded does not.

--
Øystein

Rick Hillegas (JIRA) wrote:
Finish JDBC3 Blob implementation
--------------------------------

         Key: DERBY-1285
         URL: http://issues.apache.org/jira/browse/DERBY-1285
     Project: Derby
        Type: Improvement

Components: JDBC Versions: 10.2.0.0 Reporter: Rick Hillegas
     Fix For: 10.2.0.0


Fill in the following methods required for JDBC3 compliance:

- The following java.sql.CallableStatement methods:
  * getBlob(int)

- The following java.sql.Blob methods:
  * java.sql.Blob.setBytes(long,byte[])
  * setBytes(long,byte[],int,int)
  * getBinaryStream(long,long)
  * setBinaryStream(long)
  * truncate(long)




Reply via email to