You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Sunitha Kambhampati (JIRA)" <de...@db.apache.org> on 2005/09/16 00:13:54 UTC

[jira] Created: (DERBY-572) Add support for Clob.setCharacterStream(), Clob.setAsciiStream()and Blob.setBinaryStream in embedded, it is already supported in client.

Add support for Clob.setCharacterStream(), Clob.setAsciiStream()and Blob.setBinaryStream in embedded, it is already supported in client.
----------------------------------------------------------------------------------------------------------------------------------------

         Key: DERBY-572
         URL: http://issues.apache.org/jira/browse/DERBY-572
     Project: Derby
        Type: Improvement
  Components: SQL  
    Versions: 10.0.2.0, 10.0.2.1, 10.1.1.0    
 Environment: all
    Reporter: Sunitha Kambhampati
    Priority: Minor


Add support in embedded for Clob.setCharacterStream, Clob.setAsciiStream and Blob.setBinaryStream(). Client supports this api.

see org.apache.derby.impl.jdbc.EmbedClob.java  and EmbedBlob.java


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


[jira] Closed: (DERBY-572) Add support for Clob.setCharacterStream(), Clob.setAsciiStream()and Blob.setBinaryStream in embedded, it is already supported in client.

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan closed DERBY-572.
---------------------------------

       Resolution: Duplicate
    Fix Version/s: 10.3.1.4

The methods have been implemented under a separate Jira duplicate.

> Add support for Clob.setCharacterStream(), Clob.setAsciiStream()and Blob.setBinaryStream in embedded, it is already supported in client.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-572
>                 URL: https://issues.apache.org/jira/browse/DERBY-572
>             Project: Derby
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 10.0.2.0, 10.0.2.1, 10.1.1.0
>         Environment: all
>            Reporter: Sunitha Kambhampati
>            Priority: Minor
>             Fix For: 10.3.1.4
>
>
> Add support in embedded for Clob.setCharacterStream, Clob.setAsciiStream and Blob.setBinaryStream(). Client supports this api.
> see org.apache.derby.impl.jdbc.EmbedClob.java  and EmbedBlob.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.