开发者

GQL Reference for Appengine

开发者 https://www.devze.com 2023-01-04 04:51 出处:网络
Anyone have a good reference guide for GQL (query language for google appengine datastore)? I开发者_JAVA百科 find the reference guide on the google appengine site very limited with examplesThe doc i

Anyone have a good reference guide for GQL (query language for google appengine datastore)?

I开发者_JAVA百科 find the reference guide on the google appengine site very limited with examples


The doc is limited because GQL is a very, very simple query language, intended to provided an SQL-like interface on top of protocol buffers. There's not a lot of complexity to it.

The most instructive thing may be to read the GQL source. It's online here. Note in particular how GQL is parsed with a simple, hand-rolled top-down parser.

0

精彩评论

暂无评论...
验证码 换一张
取 消