You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kristian Waagan (JIRA)" <ji...@apache.org> on 2007/05/15 11:45:16 UTC

[jira] Reopened: (DERBY-1147) Implement miscellaneous CallableStatement methods added by JDBC4

     [ https://issues.apache.org/jira/browse/DERBY-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan reopened DERBY-1147:
------------------------------------


Reopening to set fix version.

> Implement miscellaneous CallableStatement methods added by JDBC4
> ----------------------------------------------------------------
>
>                 Key: DERBY-1147
>                 URL: https://issues.apache.org/jira/browse/DERBY-1147
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 10.2.1.6
>            Reporter: Rick Hillegas
>         Assigned To: Kristian Waagan
>             Fix For: 10.2.1.6
>
>         Attachments: derby-1147-1a-missing-methods.diff, derby-1147-1a-missing-methods.stat, derby-1147-2a-getcharacterstream.diff, derby-1147-2a-getcharacterstream.stat, derby-1147-2b-getcharacterstream.diff, derby-1147-2b-getcharacterstream.stat
>
>
> These are described in the overview section 3.1 of the JDBC4 spec:
> "Added the methods getRowId, setRowId, getNClob, getNString,
> getCharacterStream, getNCharacterStream, setNString,
> setNCharacterStream, setNClob, getSQLXML, setSQLXML.
> Overloaded the setClob and setBlob methods."
> Most of these methods will throw SQLFeatureNotSupporteException because our client drivers do not support the ROWID, National String, and XML datatypes. However, we should implement the getCharacterStream() method and the setClob() and setBlob() overloads.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.