Fill in Clob methods required for JDBC3 compliance
--------------------------------------------------

         Key: DERBY-1286
         URL: http://issues.apache.org/jira/browse/DERBY-1286
     Project: Derby
        Type: Improvement

  Components: JDBC  
    Versions: 10.2.0.0    
    Reporter: Rick Hillegas
     Fix For: 10.2.0.0


Fill in Clob methods which we need to be JDBC3-compliant:

- The following java.sql.CallableStatement methods:
  * getClob(int)

- 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

Reply via email to