the input param is a collection

i want the equivallent of this request

select * from X where fieldOfX  in (inputParam)

thanks in advance


On 24 août, 14:28, datanucleus <[email protected]> wrote:
> An IN clause ? you mean you pass in a parameter ("inputParam") that is
> a Collection and then say something like this ?
> inputParam.contains(someFieldOfMyClass)
>
> That's Java, so is JDOQL.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to