Uses of Enum Class
com.github.hypfvieh.db.H2Updater.ExportOption
Packages that use H2Updater.ExportOption
-
Uses of H2Updater.ExportOption in com.github.hypfvieh.db
Subclasses with type arguments of type H2Updater.ExportOption in com.github.hypfvieh.dbModifier and TypeClassDescriptionstatic enumOptions to configure export of original database.Methods in com.github.hypfvieh.db that return H2Updater.ExportOptionModifier and TypeMethodDescriptionstatic H2Updater.ExportOptionReturns the enum constant of this class with the specified name.static H2Updater.ExportOption[]H2Updater.ExportOption.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.ExportOptionModifier and TypeMethodDescriptionH2Updater.H2UpdaterBuilder.addExportOption(H2Updater.ExportOption _opt) Configure various options used for exporting the original database.H2Updater.H2UpdaterBuilder.addRemoveExportOption(H2Updater.ExportOption _opt) Remove a previously setH2Updater.ExportOption.