Uses of Class
org.pgcodekeeper.core.model.graph.ActionContainer
Packages that use ActionContainer
-
Uses of ActionContainer in org.pgcodekeeper.core.model.graph
Methods in org.pgcodekeeper.core.model.graph that return types with arguments of type ActionContainerModifier and TypeMethodDescriptionstatic Set<ActionContainer>DepcyResolver.resolve(IDatabase oldDb, IDatabase newDb, List<Map.Entry<IStatement, IStatement>> additionalDependenciesOldDb, List<Map.Entry<IStatement, IStatement>> additionalDependenciesNewDb, Set<IStatement> toRefresh, List<DbObject> dbObjects, DiffSettings diffSettings) Method parameters in org.pgcodekeeper.core.model.graph with type arguments of type ActionContainerModifier and TypeMethodDescriptionstatic voidActionsToScriptConverter.fillScript(SQLScript script, Set<ActionContainer> actions, Set<IStatement> toRefresh, IDatabase oldDbFull, IDatabase newDbFull, List<TreeElement> selected) Fills the SQL script with statements based on resolved database actions.Constructor parameters in org.pgcodekeeper.core.model.graph with type arguments of type ActionContainerModifierConstructorDescriptionActionsToScriptConverter(SQLScript script, Set<ActionContainer> actions, Set<IStatement> toRefresh, IDatabase oldDbFull, IDatabase newDbFull) Creates a new ActionsToScriptConverter with the specified parameters.