Uses of Interface
com.tccc.kos.commons.db.DatabaseMigrator
Packages that use DatabaseMigrator
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of DatabaseMigrator in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app with parameters of type DatabaseMigratorModifier and TypeMethodDescriptionApplication.openDatabase
(String name, DatabaseMigrator migrator) Opens or creates a database with the specified name in the local storage area of the application.