Uses of Class
migratedb.v1.core.api.output.InfoOutput
-
Packages that use InfoOutput Package Description migratedb.v1.core.api.output -
-
Uses of InfoOutput in migratedb.v1.core.api.output
Fields in migratedb.v1.core.api.output with type parameters of type InfoOutput Modifier and Type Field Description List<InfoOutput>InfoResult. migrationsMethods in migratedb.v1.core.api.output that return InfoOutput Modifier and Type Method Description static InfoOutputCommandResultFactory. createInfoOutput(MigrationInfo migrationInfo)Constructor parameters in migratedb.v1.core.api.output with type arguments of type InfoOutput Constructor Description InfoResult(String migratedbVersion, String database, String schemaVersion, String schemaName, List<InfoOutput> migrations, boolean allSchemasEmpty)
-