Package org.pgcodekeeper.core.diff
Class Comparison
java.lang.Object
org.pgcodekeeper.core.diff.Comparison
Class with common logic for comparing objects.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancompare(ISettings settings, PgStatement oldObject, PgStatement newObject) Compares old and new states of an object
-
Method Details
-
compare
Compares old and new states of an object- Parameters:
settings- settings for comparing objectsoldObject- old object statenewObject- new object state- Returns:
- true if objects are equals
-