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

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
> 


-----
---
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/I-need-to-access-to-the-OracleStatement-tp20065349p20068130.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top