c.l.d.s.Sugar(Storm) : class documentation

Part of canonical.launchpad.database.stormsugar View In Hierarchy

Known subclasses: canonical.launchpad.database.tests.test_stormsugar.SugarDerived

Base class providing convenient Storm API.
Method __init__ Undocumented
Method master_store Undocumented
Class Method getDefaultStore Return the default store for this class.
Class Method getById Return the object of this type with given id.
Class Method find Select the instances whose properties match kwargs.
Method flush Bi-directionally update this object with the database.
Method remove Remove this object from the database.
def __init__(self, **kwargs):
Undocumented
@property
def master_store(self):
Undocumented
@classmethod
def getDefaultStore(klass):
Return the default store for this class.
@classmethod
def getById(klass, id):
Return the object of this type with given id.
@classmethod
def find(klass, **kwargs):
Select the instances whose properties match kwargs.
def flush(self):
Bi-directionally update this object with the database.
def remove(self):
Remove this object from the database.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.