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

ResultsetMetaData.getColumnClassName() for CLOB and BLOB datatypes is incorrect.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.0.2.0
    • 10.0.2.0
    • JDBC
    • None

    Description

      Opening this bug on behalf of Daniel Debrunner.

      -------------------------------------------------------------
      ResultsetMetaData.getColumnClassName() for CLOB and BLOB
      datatypes is incorrect.
      BLOB: CLOB:
      jcc: java.sql.Blob java.sql.Clob
      Derby: byte[] java.lang.String

      Derby's embedded JDBC driver returns the incorrect class
      names for BLOB and CLOB columns in a ResultSet when using the
      ResultSetMetaData.getColumnClassName() method. Note that the
      ResultSet.getObject() method calls are not currently supported
      for BLOB and CLOB.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ramank Ramandeep Kaur
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: