[
https://issues.apache.org/jira/browse/DERBY-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas closed DERBY-1285.
--------------------------------
> Finish JDBC3 Blob implementation
> --------------------------------
>
> Key: DERBY-1285
> URL: https://issues.apache.org/jira/browse/DERBY-1285
> Project: Derby
> Issue Type: Improvement
> Components: JDBC
> Affects Versions: 10.2.1.6
> Reporter: Rick Hillegas
> Fix For: 10.3.1.4
>
>
> Fill in the following methods required for JDBC3 compliance:
> - The following java.sql.CallableStatement methods:
> * getBlob(int)
> - The following java.sql.ResultSet methods:
> * updateBlob(int,java.sql.Blob)
> * updateBlob(java.lang.String,java.sql.Blob)
> - The following java.sql.Blob methods:
> * java.sql.Blob.setBytes(long,byte[])
> * setBytes(long,byte[],int,int)
> * getBinaryStream(long,long)
> * setBinaryStream(long)
> * truncate(long)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.