| AppSQLiteDB(AppSQLiteDBFileBundle appSQLiteDBFileBundle) | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | private |
| attachDatabase(DataSource dataSource, String dbName, String dbPath, String dbAlias) | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | |
| close() | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | |
| columnExists(String tableName, String columnName) | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | |
| connection | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | private |
| dbAbstractFile | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | private |
| detachDatabase(String dbAlias) | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | |
| findAndCopySQLiteDB(DataSource dataSource, String dbName, boolean matchExactName, String dbPath, boolean matchExactPath) | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | privatestatic |
| findAndCopySQLiteMetaFile(AbstractFile sqliteFile, String metaFileName) | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | privatestatic |
| findAppDatabases(DataSource dataSource, String dbFileName, boolean matchExactName, String parentPathSubstr) | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | static |
| getDBFile() | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | |
| logger | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | private |
| runQuery(String queryStr) | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | |
| statement | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | private |
| tableExists(String tableName) | org.sleuthkit.autopsy.coreutils.AppSQLiteDB | |