Package migratedb.v1.core.api.output
Class InfoResult
- java.lang.Object
-
- migratedb.v1.core.api.output.OperationResult
-
- migratedb.v1.core.api.output.InfoResult
-
public class InfoResult extends OperationResult
-
-
Field Summary
Fields Modifier and Type Field Description boolean
allSchemasEmpty
List<InfoOutput>
migrations
String
schemaName
String
schemaVersion
-
Fields inherited from class migratedb.v1.core.api.output.OperationResult
database, migratedbVersion, operation, warnings
-
-
Constructor Summary
Constructors Constructor Description InfoResult(String migratedbVersion, String database, String schemaVersion, String schemaName, List<InfoOutput> migrations, boolean allSchemasEmpty)
-
-
-
Field Detail
-
schemaVersion
public String schemaVersion
-
schemaName
public String schemaName
-
migrations
public List<InfoOutput> migrations
-
allSchemasEmpty
public boolean allSchemasEmpty
-
-