dblite
1.3.0
Simple query interface for SQL databases
|
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 | |
closed | dblite.api.Queryable | static |
commit(self) | dblite.api.Transaction | |
cursor | dblite.api.Queryable | static |
database | dblite.api.Transaction | static |
delete(self, table, where=(), **kwargs) | dblite.api.Queryable | |
ENGINE | dblite.api.Queryable | static |
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 |