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

Public Member Functions

def Query
 

Static Public Attributes

string name = '__kind__'
 

Detailed Description

Pseudo-kind for schema queries.

Provides a Query method to perform the actual query.

Public properties:
  name: the pseudo-kind name

Member Function Documentation

def google.appengine.api.datastore_file_stub.KindPseudoKind.Query (   self,
  query,
  filters,
  orders 
)
Perform a query on this pseudo-kind.

Args:
  query: the original datastore_pb.Query.
  filters: the filters from query.
  orders: the orders from query.

Returns:
  (results, remaining_filters, remaining_orders)
  results is a list of entity_pb.EntityProto
  remaining_filters and remaining_orders are the filters and orders that
  should be applied in memory

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