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

Inherits org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader.

Public Member Functions

void upgradeSchema (CaseDbSchemaVersionNumber dbSchemaVersion, Connection connection) throws CentralRepoException, SQLException
 

Detailed Description

This class updates CR schema to 1.5

Definition at line 30 of file CentralRepoDbUpgrader14To15.java.

Member Function Documentation

void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader14To15.upgradeSchema ( CaseDbSchemaVersionNumber  dbSchemaVersion,
Connection  connection 
) throws CentralRepoException, SQLException

Updates the Central Repository schema using the given open connection.

Parameters
dbSchemaVersionCurrent schema version.
connectionConnection to use for upgrade.
Exceptions
CentralRepoExceptionIf there is an error in upgrade.
SQLExceptionIf there is any SQL errors.

Implements org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader.

Definition at line 33 of file CentralRepoDbUpgrader14To15.java.

References org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbChoice.getDbPlatform(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.getSavedDbChoice().


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.