Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] I need to access to the OracleStatement

Hi, James Sutherland!
Thank you for your answer.

I was looking for the way to escape from the parameter's binding for queries
and this was why I asked this question.
Luckily I found how to solve that.
My code is using the dontBindAllParameters method now so Eclipselink isn't
doing a binding.
Thanks.

Regards,
Dmitry


James Sutherland wrote:
> 
> Why/what do you need access for exactly?  There are many query properties
> that can trigger configuration of the statement.  There is also a special
> BindCallCustomParameter that can give your lower level statement access.
> 
> You could also use raw JDBC if you wish to do something JDBC specific.
> 
> 
> 
> dmitryerkin wrote:
>> 
>> Hi
>> I need to access to the OracleStatement which is used by the
>> ReadAllQuery's instance.
>> How can I do it?
>> 
>> Thanks
>> 
>> Regards,
>> Dmitry
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/I-need-to-access-to-the-OracleStatement-tp20065349p20148749.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top