Home | Trees | Indices | Help |
|
---|
|
Data Access Object to read, write and search for Crash objects in a database.
|
|||
class |
_new_session Custom configured Session class used to create the _session instance variable. (Inherited from winappdbg.sql.BaseDAO) |
|
|||
|
|||
|
|||
|
|||
list(Crash) |
|
||
list(Crash) |
|
||
int |
|
||
|
|||
|
|||
|
|||
Inherited from |
|
|||
bool |
_echo = False Set to True to print all SQL queries to standard output.
(Inherited from winappdbg.sql.BaseDAO)
|
|
|||
str |
_dialect SQL dialect currently being used. (Inherited from winappdbg.sql.BaseDAO) |
||
str |
_driver Name of the database driver currently being used. (Inherited from winappdbg.sql.BaseDAO) |
||
sqlalchemy.orm.Session |
_session Database session object. (Inherited from winappdbg.sql.BaseDAO) |
||
sqlalchemy.url.URL |
_url Database connection URL. (Inherited from winappdbg.sql.BaseDAO) |
|
|||
Inherited from |
|
Add a new crash dump to the database, optionally filtering them by signature to avoid duplicates.
|
Retrieve all crash dumps in the database, optionally filtering them by signature and timestamp, and/or sorting them by timestamp. Results can be paged to avoid consuming too much memory if the database is large.
See Also: find_by_example |
Find all crash dumps that have common properties with the crash dump provided. Results can be paged to avoid consuming too much memory if the database is large.
See Also: find |
Counts how many crash dumps have been stored in this database. Optionally filters the count by heuristic signature.
|
Remove the given crash dump from the database.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:55 2013 | http://epydoc.sourceforge.net |