Uses of Record Class
org.flywaydb.commandline.command.dbsupport.DbInfoResult
Packages that use DbInfoResult
-
Uses of DbInfoResult in org.flywaydb.commandline.command.dbsupport
Methods in org.flywaydb.commandline.command.dbsupport that return types with arguments of type DbInfoResultModifier and TypeMethodDescriptionDbSupportResult.dbInfoResults()Returns the value of thedbInfoResultsrecord component.ListEnginesCommandExtension.getEngines(org.flywaydb.core.api.configuration.Configuration config) Get the currently supported database engines.Constructor parameters in org.flywaydb.commandline.command.dbsupport with type arguments of type DbInfoResultModifierConstructorDescriptionDbSupportResult(String version, String command, org.flywaydb.core.extensibility.Tier edition, List<DbInfoResult> dbInfoResults) Creates an instance of aDbSupportResultrecord class.