[ http://issues.apache.org/jira/browse/DERBY-1147?page=all ]
Kristian Waagan updated DERBY-1147:
-----------------------------------
Derby Info: [Patch Available]
> Implement miscellaneous CallableStatement methods added by JDBC4
> ----------------------------------------------------------------
>
> Key: DERBY-1147
> URL: http://issues.apache.org/jira/browse/DERBY-1147
> Project: Derby
> Type: Improvement
> Components: JDBC
> Versions: 10.2.0.0
> Reporter: Rick Hillegas
> Assignee: Kristian Waagan
> 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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira