Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUtil.CommentExistsCallback Class Reference

Inherits org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepositoryDbQueryCallback.

Public Member Functions

void process (ResultSet rs) throws CentralRepoException, SQLException
 

Private Attributes

boolean commentExists = false
 

Detailed Description

Private implementation of the CentralRepositoryDbQueryCallback to parse the results of the query which checks if a type value pair has a comment.

Definition at line 405 of file CentralRepoDbUtil.java.

Member Function Documentation

void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUtil.CommentExistsCallback.process ( ResultSet  rs) throws CentralRepoException, SQLException

Definition at line 410 of file CentralRepoDbUtil.java.

Member Data Documentation

boolean org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUtil.CommentExistsCallback.commentExists = false
private

Definition at line 407 of file CentralRepoDbUtil.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.