Sleuth Kit Java Bindings (JNI)  4.3
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.SleuthkitCase.SQLiteConnections Class Reference

Inherits org.sleuthkit.datamodel.SleuthkitCase.ConnectionPool.

Public Member Functions

CaseDbConnection getPooledConnection () throws SQLException
 
- Public Member Functions inherited from org.sleuthkit.datamodel.SleuthkitCase.ConnectionPool
 ConnectionPool ()
 
PooledDataSource getPooledDataSource ()
 
void setPooledDataSource (PooledDataSource pooledDataSource)
 

Private Attributes

final Map< String, String > configurationOverrides = new HashMap<String, String>()
 

Detailed Description

Handles the initial setup of SQLite database connections, as well as overriding getPooledConnection()

Definition at line 7522 of file SleuthkitCase.java.

Member Function Documentation

CaseDbConnection org.sleuthkit.datamodel.SleuthkitCase.SQLiteConnections.getPooledConnection ( ) throws SQLException

Member Data Documentation

final Map<String, String> org.sleuthkit.datamodel.SleuthkitCase.SQLiteConnections.configurationOverrides = new HashMap<String, String>()
private

Definition at line 7524 of file SleuthkitCase.java.


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

Copyright © 2011-2015 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.