Uses of Class
edu.ucsb.nceas.metacat.database.DBVersion
-
Uses of DBVersion in edu.ucsb.nceas.metacat.admin
Modifier and TypeMethodDescriptionDBAdmin.getDBVersion()
Get the version of the database as a stringDBAdmin.getUnRegisteredDBVersion()
Finds the version of the database for a database that does not have a dbVersion table yet.Modifier and TypeMethodDescriptionSolrAdmin.getNonUpgradedSolrVersions()
Get a list of db versions in which the solr db hasn't been upgraded -
Uses of DBVersion in edu.ucsb.nceas.metacat.util
Modifier and TypeMethodDescriptionDatabaseUtil.getUpgradeVersions()
Gets the available upgrade versions for metacat by getting a list of upgrade script from properties in metacat.properties that start with "database.upgradeVersion".