|
| keys_only |
|
| property_names |
|
| group_by |
|
| app |
|
| cursor |
|
A query cursor over a list of entities.
Public properties:
keys_only: whether the query is keys_only
def google.appengine.datastore.datastore_stub_util.ListCursor.__init__ |
( |
|
self, |
|
|
|
query, |
|
|
|
dsquery, |
|
|
|
orders, |
|
|
|
index_list, |
|
|
|
results |
|
) |
| |
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.
results: list of entity_pb.EntityProto
def google.appengine.datastore.datastore_stub_util.ListCursor.PopulateQueryResult |
( |
|
self, |
|
|
|
result, |
|
|
|
count, |
|
|
|
offset, |
|
|
|
compile = False , |
|
|
|
first_result = False |
|
) |
| |
Populates a QueryResult with this cursor and the given number of results.
Args:
result: datastore_pb.QueryResult
count: integer of how many results to return
offset: integer of how many results to skip
compile: boolean, whether we are compiling this query
first_result: whether the query result is the first for this query
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/datastore/datastore_stub_util.py