Uses of Enum Class
com.github.hypfvieh.db.H2Updater.ImportOption
Packages that use H2Updater.ImportOption
-
Uses of H2Updater.ImportOption in com.github.hypfvieh.db
Subclasses with type arguments of type H2Updater.ImportOption in com.github.hypfvieh.dbMethods in com.github.hypfvieh.db that return H2Updater.ImportOptionModifier and TypeMethodDescriptionstatic H2Updater.ImportOptionReturns the enum constant of this class with the specified name.static H2Updater.ImportOption[]H2Updater.ImportOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.hypfvieh.db with parameters of type H2Updater.ImportOptionModifier and TypeMethodDescriptionH2Updater.H2UpdaterBuilder.addImportOption(H2Updater.ImportOption _opt) Configure various options used for importing the original database to the new database.H2Updater.H2UpdaterBuilder.addRemoveImportOption(H2Updater.ImportOption _opt) Remove a previously setH2Updater.ImportOption.