Hello Peter,

the reason for this is that the standard Google API does not provide
runtime library for parsing GQL in Java.
But you can try 3rd party library for parsing GQL in Java:
http://audao.spoledge.com/doc-gae-features.html#gqlparser
or you can even use extended GQL parser allowing also INSERT/UPDATE/
DELETE statements and nested queries:
http://audao.spoledge.com/doc-gae-features.html#gqlext

Best regards,

Vaclav

On Apr 13, 12:14 am, Peter <[email protected]> wrote:
> Folks,
>
> I found quite a few Python examples for GqlQuery but couldn't find any for
> Java. Can someone point me in the right direction? For starters, what is the
> namespace to import?
>
> Thank you in advance for your help.
>
> Regards,
> Peter

-- 
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