http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html

-----------------
Query Filters

A filter specifies a field name, an operator, and a value. The value
must be provided by the app; it cannot refer to another property, or
be calculated in terms of other properties. The operator can be any of
the following: < <= == >= >

Note: The Java datastore interface does not support the != and IN
filter operators that are implemented in the Python datastore
interface. (In the Python interface, these operators are implemented
in the client-side libraries as multiple datastore queries; they are
not features of the datastore itself.)
-----------------
--~--~---------~--~----~------------~-------~--~----~
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