![]() |
ATLAS Offline Software
|
Classes | |
| class | SQLhash |
| class | SQLHashItemIterator |
| class | SQLHashKeyIterator |
| class | SQLHashValueIterator |
Functions | |
| open (file=None, *args, **kw) | |
| open_shelf (file=None, *args, **kw) | |
Variables | |
| list | __all__ = ['error', 'open'] |
| error = sqlite3.DatabaseError | |
| flags | |
| p | |
| q | |
| r | |
Dbm based on sqlite -- Needed to support shelves
Issues:
# ??? how to coordinate with whichdb
# ??? Any difference between blobs and text
# ??? does default encoding affect str-->bytes or PySqlite3 always use UTF-8
# ??? what is the correct isolation mode
| python.dbsqlite.open | ( | file = None, | |
| * | args, | ||
| ** | kw ) |
Definition at line 134 of file dbsqlite.py.
| python.dbsqlite.open_shelf | ( | file = None, | |
| * | args, | ||
| ** | kw ) |
Definition at line 139 of file dbsqlite.py.
Definition at line 16 of file dbsqlite.py.
| python.dbsqlite.error = sqlite3.DatabaseError |
Definition at line 24 of file dbsqlite.py.
| python.dbsqlite.flags |
Definition at line 200 of file dbsqlite.py.
| python.dbsqlite.p |
Definition at line 211 of file dbsqlite.py.
| python.dbsqlite.q |
Definition at line 211 of file dbsqlite.py.
| python.dbsqlite.r |
Definition at line 211 of file dbsqlite.py.