[ http://issues.apache.org/jira/browse/DERBY-1285?page=comments#action_12378989 ]
Daniel John Debrunner commented on DERBY-1285: ---------------------------------------------- See questions in DERBY-1286 about the Clob.setXXX() methods. I have similar questions over the Blob.setXXX methods for the defined behaviour. > 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.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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
