Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
Boolean | isClosed () |
Private Member Functions | |
EventTransaction () | |
void | close () |
void | commit () |
void | rollback () |
Private Attributes | |
boolean | closed = false |
inner class that can reference access database connection
Definition at line 1314 of file EventDB.java.
|
private |
factory creation method
SQLException |
Definition at line 1325 of file EventDB.java.
References org.sleuthkit.autopsy.timeline.db.EventDB.LOGGER.
|
private |
Definition at line 1364 of file EventDB.java.
References org.sleuthkit.autopsy.timeline.db.EventDB.LOGGER.
Referenced by org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.commit(), and org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.rollback().
|
private |
Definition at line 1350 of file EventDB.java.
References org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.close(), org.sleuthkit.autopsy.timeline.db.EventDB.LOGGER, and org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.rollback().
Boolean org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.isClosed | ( | ) |
Definition at line 1378 of file EventDB.java.
References org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.closed.
|
private |
Definition at line 1337 of file EventDB.java.
References org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.close(), and org.sleuthkit.autopsy.timeline.db.EventDB.LOGGER.
Referenced by org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.commit().
|
private |
Definition at line 1316 of file EventDB.java.
Referenced by org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.isClosed().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.