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

Implement ResultSet updateClob/updateBlob methods on the NetworkClient

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 10.3.1.4
    • Network Client
    • None
    • All
    • Release Note Needed

    Description

      Implement the following ResultSet methods on the Network Client

      updateBlob(int columnIndex, Blob x)
      updateBlob(String columnName, Blob x)

      updateClob(int columnIndex, Clob x)
      updateClob(String columnName, Clob x)

      updateBlob(int columnIndex, InputStream x, long length)
      updateBlob(String columnName, InputStream x, long length)

      updateClob(int columnIndex, Reader x, long length)
      updateClob(String columnName, Reader x, long length)

      Attachments

        1. releaseNote_v2.html
          4 kB
          V.Narayanan
        2. releaseNote.html
          4 kB
          Richard N. Hillegas
        3. releaseNote.html
          4 kB
          V.Narayanan
        4. releaseNote.html
          4 kB
          Richard N. Hillegas
        5. releaseNote.html
          4 kB
          V.Narayanan
        6. releaseNote.html
          4 kB
          V.Narayanan
        7. ResultSetNotImplMethods_v1.diff
          54 kB
          V.Narayanan
        8. ResultSetNotImplMethods_v1.stat
          0.7 kB
          V.Narayanan
        9. ResultSetNotImplMethods_v2.diff
          57 kB
          V.Narayanan
        10. ResultSetNotImplMethods_v2.stat
          0.6 kB
          V.Narayanan
        11. ResultSetNotImplMethods_v3.diff
          50 kB
          V.Narayanan
        12. ResultSetNotImplMethods_v3.stat
          0.6 kB
          V.Narayanan

        Issue Links

          Activity

            People

              narayanan V.Narayanan
              narayanan V.Narayanan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: