Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Converter assistence

See, DatabaseLogin.useStreamsForBindg()


cmathrusse wrote:
> 
> It seems I'm running into an issue with our JDBC driver, so I was
> wondering if there is a way to create a Custom Converter, for EclipseLink
> to use, so my CLOB fields would be handed to the PreparedStatement as an
> InputStream rather than a String. Is there any way of accomplishing this
> so EclipseLink will use:
> 
> preparedStatement.setAsciiStream(int parameterIndex, InputStream x)
> 
> and 
> 
> resultSet.getAsciiStream(int columnIndex) 
> 
> Thanks for the help...
> 


-----
http://wiki.eclipse.org/User:James.sutherland.oracle.com James Sutherland 
http://www.eclipse.org/eclipselink/
 EclipseLink ,  http://www.oracle.com/technology/products/ias/toplink/
TopLink 
Wiki:  http://wiki.eclipse.org/EclipseLink EclipseLink , 
http://wiki.oracle.com/page/TopLink TopLink 
Forums:  http://forums.oracle.com/forums/forum.jspa?forumID=48 TopLink , 
http://www.nabble.com/EclipseLink-f26430.html EclipseLink 
Book:  http://en.wikibooks.org/wiki/Java_Persistence Java Persistence 
-- 
View this message in context: http://www.nabble.com/Converter-assistence-tp23752635p23963244.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top