[appengine-java] Re: Any GqlQuery example for Java?

2011-04-20 Thread branflake2267
Heres one example I did: SELECT * FROM __BlobInfo__ WHERE __key__ = KEY('__BlobInfo__','AMIfv940prQksEQ-cbqa_T3kupYZUKj0jFS6CEWqUfW5gTjuriiJFdVsg_Z4rEBl3aldWS7ygE_Vbcl85IWRE2vtxHvB7GF5sdtE0kIkrPk6c2hsfxlqfdocpu1zeOQygEb8RslST1cF9bT37n_9X1kdQpRtu5gyPB3-AgmpZ1GtbzWyGv7Uj1M') I have more about it

[appengine-java] Re: Any GqlQuery example for Java?

2011-04-13 Thread Peter
Vaclav, Thank you 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 google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-ap

[appengine-java] Re: Any GqlQuery example for Java?

2011-04-12 Thread Vaclav Bartacek
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 INSE