Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-1285

Finish JDBC3 Blob implementation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.2.1.6
    • 10.3.1.4
    • JDBC
    • None
    • Normal

    Description

      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)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhillegas Richard N. Hillegas
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: