[ 
https://issues.apache.org/jira/browse/DERBY-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Øystein Grøvlen resolved DERBY-1286.
------------------------------------

    Resolution: Fixed

I changing this to resolved since all methods except the 
CallableStatement.getClob method has now been implemented. I will open another 
JIRA for this method. (It is of no use to implement this method before 
DERBY-2201 is fixed)

> Fill in Clob methods required for JDBC3 compliance
> --------------------------------------------------
>
>                 Key: DERBY-1286
>                 URL: https://issues.apache.org/jira/browse/DERBY-1286
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC
>    Affects Versions: 10.2.1.6
>            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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to