Class ActionContainer
java.lang.Object
org.pgcodekeeper.core.model.graph.ActionContainer
Container class used to combine actions with database objects (CREATE ALTER DROP).
Also stores the object that initiated the action.
-
Constructor Summary
ConstructorsConstructorDescriptionActionContainer(PgStatement oldObj, PgStatement newObj, ObjectState action, PgStatement starter) Creates an action container with the specified objects and action. -
Method Summary
-
Constructor Details
-
ActionContainer
public ActionContainer(PgStatement oldObj, PgStatement newObj, ObjectState action, PgStatement starter) Creates an action container with the specified objects and action.- Parameters:
oldObj- the old version of the database objectnewObj- the new version of the database objectaction- the action to be performed (CREATE, ALTER, DROP)starter- the object that initiated this action
-
-
Method Details