Class f.l.s.SQLObjectFixture(DBLoadableFixture):

Part of fixture.loadable.sqlobject_loadable View In Hierarchy

A fixture that knows how to load DataSet objects into sqlobject(s).

Keyword Arguments

Method __init__ Undocumented
Class SQLObjectMedium Undocumented
Method create_transaction Undocumented
Method commit Undocumented
Method then_finally Undocumented
Method rollback Undocumented
def __init__(self, connection=None, use_transaction=True, close_conn=False, **kw):
Undocumented
def create_transaction(self):
Undocumented
def commit(self):
Undocumented
def then_finally(self, unloading=False):
Undocumented
def rollback(self):
Undocumented
API Documentation for fixture, generated by pydoctor.