[ http://issues.apache.org/jira/browse/DERBY-1286?page=comments#action_12424527 ] Kristian Waagan commented on DERBY-1286: ----------------------------------------
Just want to point out that the method Clob.getCharacterStream(long,long) was added in JDBC4. > Fill in Clob methods required for JDBC3 compliance > -------------------------------------------------- > > Key: DERBY-1286 > URL: http://issues.apache.org/jira/browse/DERBY-1286 > Project: Derby > Issue Type: Improvement > Components: JDBC > Affects Versions: 10.2.0.0 > Reporter: Rick Hillegas > > Fill in Clob methods which we need to be JDBC3-compliant: > - The following java.sql.CallableStatement methods: > * getClob(int) > - The following java.sql.ResultSet methods: > * updateClob(int,java.sql.Clob) > * updateClob(java.lang.String,java.sql.Clob) > - The following java.sql.Clob methods: > * setString(long,java.lang.String) > * setString(long,java.lang.String,int,int) > * setAsciiStream(long) > * getCharacterStream(long,long) > * setCharacterStream(long) > * truncate(long) -- 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
