Class s.d.s.Transaction(object):

Part of stoqlib.database.stormorm View In Hierarchy

Undocumented
Method __init__ Undocumented
Method query Undocumented
Method commit Undocumented
Method tableExists Undocumented
Method dropView Undocumented
Method dropTable Undocumented
Method tableHasColumn Undocumented
def __init__(self, conn):
Undocumented
def query(self, stmt):
Undocumented
def commit(self, close=False):
Undocumented
def tableExists(self, table_name):
Undocumented
def dropView(self, view_name):
Undocumented
def dropTable(self, table_name, cascade=False):
Undocumented
def tableHasColumn(self, table_name, column_name):
Undocumented
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.