Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Object Query Language (OQL) Support ?

384471May 3 2004 — edited May 3 2004
I know Toplink has an "ExpressionBuilder" type querying

But does Toplink support Object Query Language (OQL)

Example :
Something like this ?

// perform query
OQLQuery query = new OQLQuery(
"select x from Person x where x.name = \"Doug Barry\"");
Collection result = (Collection) query.execute();
Iterator iter = result.iterator();

Thanks
Ratheesh

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2004
Added on May 3 2004
1 comment
707 views