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

Inherited by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader13To14, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader14To15, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader15To16.

Public Member Functions

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

Detailed Description

Common interface to upgrade central repository database schema.

Definition at line 28 of file CentralRepoDbUpgrader.java.

Member Function Documentation

void org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader.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.

Implemented in org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader13To14, org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader14To15, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader15To16.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.