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.ext.ndb.query._MultiQuery Class Reference
Inheritance diagram for google.appengine.ext.ndb.query._MultiQuery:

Public Member Functions

def __init__
 
def orders
 
def default_options
 
def run_to_queue
 
def iter
 

Public Attributes

 ancestor
 

Detailed Description

Helper class to run queries involving !=, IN or OR operators.

Member Function Documentation

def google.appengine.ext.ndb.query._MultiQuery.run_to_queue (   self,
  queue,
  conn,
  options = None 
)
Run this query, putting entities into the given queue.

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