| 
    Sleuth Kit Java Bindings (JNI)
    4.12.1
    
   Java bindings for using The Sleuth Kit 
   | 
 
Public Member Functions | |
| void | close () | 
| void | commit () | 
| Boolean | isClosed () | 
| Boolean | isCommitted () | 
| void | rollback () | 
interface to encapsulate database transactions
Definition at line 27 of file Transaction.java.
| void org.sleuthkit.datamodel.Transaction.close | ( | ) | 
close this Transaction so it cannot be committed or rolledback. A closed Transaction no longer has a reference to a db Connection and methods invoked on a closed Transaction have no effect.
| void org.sleuthkit.datamodel.Transaction.commit | ( | ) | 
commit this transaction to the database
| Boolean org.sleuthkit.datamodel.Transaction.isClosed | ( | ) | 
| Boolean org.sleuthkit.datamodel.Transaction.isCommitted | ( | ) | 
check whether this transaction has already been committed
| void org.sleuthkit.datamodel.Transaction.rollback | ( | ) | 
rollback whatever changes this transaction represents
Copyright © 2011-2024 Brian Carrier.  (carrier -at- sleuthkit -dot- org)
 
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.