dblite  1.3.0
Simple query interface for SQL databases
dblite.api.Transaction Member List

This is the complete list of members for dblite.api.Transaction, including all inherited members.

__del__(self)dblite.api.Transaction
__enter__(self)dblite.api.Transaction
__exit__(self, exc_type, exc_val, exc_trace)dblite.api.Transaction
__init__(self, db, commit=True, exclusive=False, **kwargs)dblite.api.Transaction
close(self, commit=None)dblite.api.Transaction
closeddblite.api.Queryablestatic
commit(self)dblite.api.Transaction
cursordblite.api.Queryablestatic
databasedblite.api.Transactionstatic
delete(self, table, where=(), **kwargs)dblite.api.Queryable
ENGINEdblite.api.Queryablestatic
execute(self, sql, args=())dblite.api.Queryable
executemany(self, sql, args)dblite.api.Queryable
executescript(self, sql)dblite.api.Queryable
fetchall(self, table, cols="*", where=(), group=(), order=(), limit=(), **kwargs)dblite.api.Queryable
fetchone(self, table, cols="*", where=(), group=(), order=(), limit=(), **kwargs)dblite.api.Queryable
insert(self, table, values=(), **kwargs)dblite.api.Queryable
insertmany(self, table, rows=(), **kwargs)dblite.api.Queryable
makeSQL(self, action, table, cols="*", where=(), group=(), order=(), limit=(), values=(), kwargs=None)dblite.api.Queryable
quote(cls, value, force=False)dblite.api.Queryable
rollback(self)dblite.api.Transaction
select(self, table, cols="*", where=(), group=(), order=(), limit=(), **kwargs)dblite.api.Queryable
update(self, table, values, where=(), **kwargs)dblite.api.Queryable