Module: google.appengine.ext.gql

GQL -- the SQL-like interface to the datastore.

Defines the GQL-based query class, which is a query mechanism for the datastore which provides an alternative model for interacting with data stored.

Classes

class GQL: A GQL interface to the datastore.

class Literal: Class for representing literal values in a way unique from unbound params.

Functions

Execute(...): Execute command to parse and run the query.

LOG_LEVEL 9