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.datastore.datastore_stub_util.BaseIndexManager Class Reference
Inheritance diagram for google.appengine.datastore.datastore_stub_util.BaseIndexManager:
google.appengine.datastore.datastore_stub_util.BaseDatastore google.appengine.datastore.datastore_sqlite_stub.DatastoreSqliteStub

Public Member Functions

def __init__
 
def CreateIndex
 
def GetIndexes
 
def UpdateIndex
 
def DeleteIndex
 

Static Public Attributes

 WRITE_ONLY = entity_pb.CompositeIndex.WRITE_ONLY
 
 READ_WRITE = entity_pb.CompositeIndex.READ_WRITE
 
 DELETED = entity_pb.CompositeIndex.DELETED
 
 ERROR = entity_pb.CompositeIndex.ERROR
 

Detailed Description

A generic index manager that stores all data in memory.

Member Function Documentation

def google.appengine.datastore.datastore_stub_util.BaseIndexManager.GetIndexes (   self,
  app,
  trusted = False,
  calling_app = None 
)
Get the CompositeIndex objects for the given app.

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