Lars Clausen wrote:
The 10.1 docs state that the java.sql.Clob.getCharacterStream() method
is UNSUPPORTED [sic], however it works nicely when I try to use it. Is
the documentation out of date, or are there some special cases I should
know about where is it indeed unsupported?
-Lars
It seems to me a documentation bug. It would be great if you could file
a doc bug for it in jira. Thanks.
Derby supports java.sql.Clob.getCharacterStream().
Derby in embedded mode does not yet support
java.sql.Clob.setCharacterStream(long pos) though.
Sunitha.