| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ContainerBase --+
|
CrashTable
Manages a database of persistent Crash objects, trying to avoid duplicates only when requested.
Uses an SQLite database file for persistency.
See Also: Crash.key
|
|||
|
|||
|
|||
|
|||
| tuple( str, str, database, cursor ) |
|
||
|
|||
| iterator |
|
||
| int |
|
||
| bool |
|
||
| bool |
|
||
| bool |
|
||
| iterator |
|
||
| str or buffer |
|
||
| str |
|
||
|
|||
| Crash key. |
|
||
| Crash |
|
||
|
Inherited from |
|||
|
|||
| bool |
optimizeKeys = TrueTrue to optimize the marshalling of keys,
False otherwise.
|
||
| bool |
optimizeValues = TrueTrue to optimize the marshalling of keys,
False otherwise.
|
||
| bool |
compressKeys = TrueTrue to compress keys when marshalling,
False to leave them uncompressed.
|
||
| bool |
compressValues = TrueTrue to compress values when marshalling,
False to leave them uncompressed.
|
||
| bool |
escapeKeys = FalseTrue to escape keys when marshalling, False
to leave them uncompressed.
|
||
| bool |
escapeValues = FalseTrue to escape values when marshalling,
False to leave them uncompressed.
|
||
| bool |
binaryKeys = TrueTrue to marshall keys to binary format (the Python
buffer type), False to use text marshalled
keys (str type).
|
||
| bool |
binaryValues = TrueTrue to marshall values to binary format (the Python
buffer type), False to use text marshalled
values (str type).
|
||
_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
|
Open the given SQLite file.
Note: This is a private method and you shouldn't need to call it. |
Adds a new crash to the container.
Note:
When the See Also: Crash.key |
|
|
|
|||
_table_definition
|
_insert_row
|
_memory_table_definition
|
_memory_insert_row
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 20 14:32:15 2010 | http://epydoc.sourceforge.net |