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

Sergey Korotkov updated IGNITE-23114:
-------------------------------------
    Description: 
Currently the stream-related APIs for BLOBs are not supported in JDBC thin 
driver. 

In particular the following ones should be supported:
 
java.sql.Blob:
 * setBinaryStream(long)

 

java.sql.PreparedStatement:
 * setBlob(int, InputStream)
 * setBlob(int, InputStream, long)
 * setBinaryStream(int, InputStream, int)  
 * setBinaryStream(int, InputStream, long)  
 * setBinaryStream(int, InputStream)  

 
java.sql.ResultSet
 * getBinaryStream(int)
 * getBinaryStream(String)

  was:
Currently the stream-related APIs for BLOBs are not supported in JDBC thin 
driver. 

In particular the following ones should be supported:
 
java.sql.Blob:
 * setBinaryStream(long)

java.sql.PreparedStatement:
 * setBlob(int, InputStream)
 * setBlob(int, InputStream, long)
 * setBinaryStream(int, Inputstream, int)  
 * setBinaryStream(int, Inputstream, long)  
 * setBinaryStream(int, Inputstream)  

 
java.sql.ResultSet * getBinaryStream(int)
 * getBinaryStream(String)


> JDBC thin: support stream APIs for BLOBs
> ----------------------------------------
>
>                 Key: IGNITE-23114
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23114
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Sergey Korotkov
>            Assignee: Sergey Korotkov
>            Priority: Major
>              Labels: ise, jdbc
>          Time Spent: 20h
>  Remaining Estimate: 0h
>
> Currently the stream-related APIs for BLOBs are not supported in JDBC thin 
> driver. 
> In particular the following ones should be supported:
>  
> java.sql.Blob:
>  * setBinaryStream(long)
>  
> java.sql.PreparedStatement:
>  * setBlob(int, InputStream)
>  * setBlob(int, InputStream, long)
>  * setBinaryStream(int, InputStream, int)  
>  * setBinaryStream(int, InputStream, long)  
>  * setBinaryStream(int, InputStream)  
>  
> java.sql.ResultSet
>  * getBinaryStream(int)
>  * getBinaryStream(String)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to