|
Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader13To14, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader14To15.
Public Member Functions | |
| void | upgradeSchema (CaseDbSchemaVersionNumber dbSchemaVersion, Connection connection) throws CentralRepoException, SQLException |
Common interface to upgrade central repository database schema.
Definition at line 28 of file CentralRepoDbUpgrader.java.
| 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.
| dbSchemaVersion | Current schema version. |
| connection | Connection to use for upgrade. |
| CentralRepoException | If there is an error in upgrade. |
| SQLException | If there is any SQL errors. |
Implemented in org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader13To14, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbUpgrader14To15.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.