Uses of Class
migratedb.v1.core.api.output.LiberateAction
-
Packages that use LiberateAction Package Description migratedb.v1.core.api.output -
-
Uses of LiberateAction in migratedb.v1.core.api.output
Fields in migratedb.v1.core.api.output with type parameters of type LiberateAction Modifier and Type Field Description List<LiberateAction>LiberateResult. actionsMethod parameters in migratedb.v1.core.api.output with type arguments of type LiberateAction Modifier and Type Method Description static LiberateResultCommandResultFactory. createLiberateResult(Configuration configuration, Database database, String schemaHistorySchema, String schemaHistoryTable, List<LiberateAction> changes)Constructor parameters in migratedb.v1.core.api.output with type arguments of type LiberateAction Constructor Description LiberateResult(String migratedbVersion, String database, String schemaHistorySchema, String oldSchemaHistoryTable, String schemaHistoryTable, List<LiberateAction> actions)
-