Re: [google-appengine] why required bind in GQL ?

2013-10-20 Thread Vinny P
On Fri, Oct 18, 2013 at 2:34 AM, Vijay Kumbhani vnkumbh...@gmail.com
 wrote:

 i used *ndb.gql *
 give me examples
 without bound and with bound in GQL



The decision of whether to bind parameters or not is generally an use-case
specific issue. Before we discuss binding, you need to explain the use case
and the contents of your datastore.

The documentation links for GQL and associated binding are below, is there
something you need that these docs don't address?
https://developers.google.com/appengine/docs/python/datastore/gqlqueryclass
https://developers.google.com/appengine/docs/python/datastore/gqlreference


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] why required bind in GQL ?

2013-10-18 Thread Vijay Kumbhani
i used *ndb.gql *
give me examples 
without bound and with bound in GQL

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.