Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction Class Reference

Public Member Functions

Boolean isClosed ()
 

Private Member Functions

 EventTransaction ()
 
void close ()
 
void commit ()
 
void rollback ()
 

Private Attributes

boolean closed = false
 

Detailed Description

inner class that can reference access database connection

Definition at line 1182 of file EventDB.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.EventTransaction ( )
private

factory creation method

Parameters
conthe ava.sql.Connection
Returns
a LogicalFileTransaction for the given connection
Exceptions
SQLException

Definition at line 1195 of file EventDB.java.

References org.sleuthkit.autopsy.timeline.db.EventDB.LOGGER.

Member Function Documentation

void org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.close ( )
private
void org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.commit ( )
private
Boolean org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.isClosed ( )
void org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.rollback ( )
private

Member Data Documentation

boolean org.sleuthkit.autopsy.timeline.db.EventDB.EventTransaction.closed = false
private

The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.