Class ActionContainer

java.lang.Object
org.pgcodekeeper.core.model.graph.ActionContainer

public class ActionContainer extends Object
Container class used to combine actions with database objects (CREATE ALTER DROP). Also stores the object that initiated the action.
  • Constructor Details

    • ActionContainer

      public ActionContainer(IStatement oldObj, IStatement newObj, ObjectState action, IStatement starter)
      Creates an action container with the specified objects and action.
      Parameters:
      oldObj - the old version of the database object
      newObj - the new version of the database object
      action - the action to be performed (CREATE, ALTER, DROP)
      starter - the object that initiated this action
  • Method Details