Verwendungen von Klasse
com.github.hypfvieh.db.H2Updater.H2UpdaterException
Packages, die H2Updater.H2UpdaterException verwenden
-
Verwendungen von H2Updater.H2UpdaterException in com.github.hypfvieh.db
Methoden in com.github.hypfvieh.db, die H2Updater.H2UpdaterException auslösenModifizierer und TypMethodeBeschreibungH2Updater.H2UpdaterBuilder.addExportOption(H2Updater.ExportOption _opt) Configure various options used for exporting the original database.H2Updater.H2UpdaterBuilder.addImportOption(H2Updater.ImportOption _opt) Configure various options used for importing the original database to the new database.H2Updater.H2UpdaterBuilder.build()Creates a new H2Updater ensuring all required properties are set.voidConvert the configured databases using the given credentials.static H2Updater.H2UpdaterBuilderCreate a new builder instance to configure H2Updater.H2Updater.H2UpdaterBuilder.withInputFile(File _h2InputFile) Setup H2 database to convert.H2Updater.H2UpdaterBuilder.withOutputFileName(String _outputFileName) Setup the output database file name.
This must be different to the input file name and the file must not exist.
The file extension (usually .mv.db) should be omitted (will be appended by H2 automatically).