Uses of Class
com.github.hypfvieh.db.H2Updater.H2UpdaterBuilder
Packages that use H2Updater.H2UpdaterBuilder
-
Uses of H2Updater.H2UpdaterBuilder in com.github.hypfvieh.db
Methods in com.github.hypfvieh.db that return H2Updater.H2UpdaterBuilderModifier and TypeMethodDescriptionH2Updater.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.addRemoveExportOption(H2Updater.ExportOption _opt) Remove a previously setH2Updater.ExportOption.H2Updater.H2UpdaterBuilder.addRemoveImportOption(H2Updater.ImportOption _opt) Remove a previously setH2Updater.ImportOption.static H2Updater.H2UpdaterBuilderCreate a new builder instance to configure H2Updater.H2Updater.H2UpdaterBuilder.withH2OpenOptions(Map<String, String> _options) Setup additional options used when building the connection URL for reading input database.H2Updater.H2UpdaterBuilder.withImportExportCharset(Charset _charset) Setup the charset to use for export and importing the database.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).