Package migratedb.v1.core.api.output
Class LiberateResult
- java.lang.Object
-
- migratedb.v1.core.api.output.OperationResult
-
- migratedb.v1.core.api.output.LiberateResult
-
public class LiberateResult extends OperationResult
-
-
Field Summary
Fields Modifier and Type Field Description List<LiberateAction>actionsStringoldSchemaHistoryTableStringschemaHistorySchemaStringschemaHistoryTable-
Fields inherited from class migratedb.v1.core.api.output.OperationResult
database, migratedbVersion, operation, warnings
-
-
Constructor Summary
Constructors Constructor Description LiberateResult(String migratedbVersion, String database, String schemaHistorySchema, String oldSchemaHistoryTable, String schemaHistoryTable, List<LiberateAction> actions)
-
-
-
Field Detail
-
schemaHistorySchema
public String schemaHistorySchema
-
oldSchemaHistoryTable
public String oldSchemaHistoryTable
-
schemaHistoryTable
public String schemaHistoryTable
-
actions
public List<LiberateAction> actions
-
-