Issue Details (XML | Word | Printable)

Key: DERBY-21
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Ramandeep Kaur
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Derby

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

Created: 29/Sep/04 07:14 PM   Updated: 05/Jun/05 05:43 AM
Return to search
Component/s: JDBC
Affects Version/s: 10.0.2.0
Fix Version/s: 10.0.2.0

Time Tracking:
Not Specified

Resolution Date: 24/Nov/04 12:26 AM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.