The Sleuth Kit  4.2
Public Attributes | List of all members
TSK_SQLITE_HDB_INFO Struct Reference

Represents a TSK SQLite hash database (it doesn't need an external index). More...

#include <tsk_hashdb.h>

Public Attributes

TSK_HDB_INFO base
 
sqlite3 * db
 
sqlite3_stmt * insert_into_comments
 
sqlite3_stmt * insert_into_file_names
 
sqlite3_stmt * insert_md5_into_hashes
 Once initialized, prepared statements are tied to a specific database.
 
sqlite3_stmt * select_from_comments
 
sqlite3_stmt * select_from_file_names
 
sqlite3_stmt * select_from_hashes_by_md5
 

Detailed Description

Represents a TSK SQLite hash database (it doesn't need an external index).


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

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