![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | create_async |
def | __init__ |
def | query |
def | cursor |
![]() | |
def | create_async |
def | __init__ |
def | query_options |
def | query |
def | results |
def | keys_only |
def | index_list |
def | start_cursor |
def | end_cursor |
def | skipped_results |
def | more_results |
def | next_batch |
def | cursor |
def | next_batch_async |
def | __getstate__ |
A batch produced by a datastore_query._AugmentedQuery.
def google.appengine.datastore.datastore_query._AugmentedBatch.__init__ | ( | self, | |
batch_shared, | |||
in_memory_offset = None , |
|||
in_memory_limit = None , |
|||
next_index = 0 , |
|||
start_cursor = Cursor() |
|||
) |
A Constructor for datastore_query._AugmentedBatch. Constructed by datastore_query._AugmentedQuery. Should not be called directly.
def google.appengine.datastore.datastore_query._AugmentedBatch.query | ( | self | ) |
The query the current batch came from.