[ http://issues.apache.org/jira/browse/DERBY-1286?page=all ]

Rick Hillegas updated DERBY-1286:
---------------------------------

    Description: 
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)


  was:
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)



Added ResultSet.updateClob() to list of methods needing implementations.

> 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.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

Reply via email to