App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.datastore.datastore_stub_util.BaseCursor Class Reference
Inheritance diagram for google.appengine.datastore.datastore_stub_util.BaseCursor:
google.appengine.datastore.datastore_stub_util.ListCursor

Public Member Functions

def __init__
 

Public Attributes

 keys_only
 
 property_names
 
 group_by
 
 app
 
 cursor
 

Detailed Description

A base query cursor over a list of entities.

Public properties:
  cursor: the integer cursor.
  app: the app for which this cursor was created.
  keys_only: whether the query is keys_only.

Class attributes:
  _next_cursor: the next cursor to allocate.
  _next_cursor_lock: protects _next_cursor.

Constructor & Destructor Documentation

def google.appengine.datastore.datastore_stub_util.BaseCursor.__init__ (   self,
  query,
  dsquery,
  orders,
  index_list 
)
Constructor.

Args:
  query: the query request proto.
  dsquery: a datastore_query.Query over query.
  orders: the orders of query as returned by _GuessOrders.
  index_list: the list of indexes used by the query.

The documentation for this class was generated from the following file: