|
The Sleuth Kit
4.2
|
Contains code to perform operations against SQLite database. More...
#include "tsk_db_sqlite.h"#include "sqlite3.h"#include <string.h>#include <sstream>#include <algorithm>Macros | |
| #define | TSK_SCHEMA_VER 3 |
Typedefs | |
| typedef struct _checkFileLayoutRangeOverlap | checkFileLayoutRangeOverlap |
Functions | |
| ostream & | operator<< (ostream &os, const TSK_DB_FILE_LAYOUT_RANGE &layoutRange) |
| ostream & | operator<< (ostream &os, const TSK_DB_FS_INFO &fsInfo) |
| ostream & | operator<< (ostream &os, const TSK_DB_VS_INFO &vsInfo) |
| ostream & | operator<< (ostream &os, const TSK_DB_VS_PART_INFO &vsPartInfo) |
| ostream & | operator<< (ostream &os, const TSK_DB_OBJECT &dbObject) |
Contains code to perform operations against SQLite database.
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.