Sleuth Kit Java Bindings (JNI)
4.11.1
Java bindings for using The Sleuth Kit
|
Inherits AutoCloseable.
Public Member Functions | |
void | close () throws TskCoreException |
ResultSet | getResultSet () |
The CaseDbQuery supports the use case where developers have a need for data that is not exposed through the SleuthkitCase API. A CaseDbQuery instance gets created through the SleuthkitCase executeDbQuery() method. It wraps the ResultSet and takes care of acquiring and releasing the appropriate database lock. It implements AutoCloseable so that it can be used in a try-with -resources block freeing developers from having to remember to close the result set and releasing the lock.
Definition at line 13904 of file SleuthkitCase.java.
void org.sleuthkit.datamodel.SleuthkitCase.CaseDbQuery.close | ( | ) | throws TskCoreException |
Definition at line 13943 of file SleuthkitCase.java.
References org.sleuthkit.datamodel.SleuthkitCase.releaseSingleUserCaseReadLock().
ResultSet org.sleuthkit.datamodel.SleuthkitCase.CaseDbQuery.getResultSet | ( | ) |
Get the result set for this query.
Definition at line 13938 of file SleuthkitCase.java.
Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.