Skip to main content

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

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...
-- 
View this message in context: http://www.nabble.com/Converter-assistence-tp23752635p23752635.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top