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)



-- 
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

Reply via email to