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(AbstractDatabase oldDb, AbstractDatabase newDb, List<Map.Entry<PgStatement, PgStatement>> additionalDependenciesOldDb, List<Map.Entry<PgStatement, PgStatement>> additionalDependenciesNewDb, Set<PgStatement> toRefresh, List<DbObject> dbObjects, ISettings settings) Method parameters in org.pgcodekeeper.core.model.graph with type arguments of type ActionContainerModifier and TypeMethodDescriptionstatic voidActionsToScriptConverter.fillScript(SQLScript script, Set<ActionContainer> actions, Set<PgStatement> toRefresh, AbstractDatabase oldDbFull, AbstractDatabase 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<PgStatement> toRefresh, AbstractDatabase oldDbFull, AbstractDatabase newDbFull) Creates a new ActionsToScriptConverter with the specified parameters.