| Home | Trees | Indices | Help |
|
|---|
|
|
Manages a database of persistent Crash objects, trying to avoid duplicates only when requested.
Uses a SQLite database file for persistency.
See Also: Crash.key
|
|||
|
|||
|
|||
|
|||
|
|||
| iterator |
|
||
| bool |
|
||
| int |
|
||
| bool |
|
||
| BLOB |
|
||
| (opaque object) |
|
||
| BLOB |
|
||
| Crash |
|
||
|
Inherited from |
|||
|
|||
__table_definition =
|
|||
__insert_row =
|
|||
__select_pickle =
|
|||
__select_key =
|
|||
__select_count =
|
|||
__memory_table_definition =
|
|||
__memory_insert_row =
|
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Adds a new crash to the container.
Note:
When the See Also: Crash.key |
|
|
|
|
Marshalls a Crash key to be used in the database.
|
Unmarshalls a Crash key read from the database.
|
Marshalls a Crash object to be used in the database. The
|
Unmarshalls a Crash object read from the database.
|
|
|||
__table_definition
|
__insert_row
|
__memory_table_definition
|
__memory_insert_row
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 12 19:46:17 2010 | http://epydoc.sourceforge.net |