Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.javatools.db.diff
Class GenericIDDiffer

java.lang.Object
  extended by oracle.javatools.db.diff.GenericIDDiffer

All Implemented Interfaces:
Differ

public class GenericIDDiffer
extends java.lang.Object
implements Differ

Constructor Summary
GenericIDDiffer(boolean strict)
           

 

Method Summary
 boolean diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
          Diff two objects and place any results in the DiffContext.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

GenericIDDiffer

public GenericIDDiffer(boolean strict)

Method Detail

diff

public boolean diff(java.lang.Object a,
                    java.lang.Object b,
                    ResultSet r,
                    DiffContext c)
Description copied from interface: Differ
Diff two objects and place any results in the DiffContext.
Specified by:
diff in interface Differ
Returns:
true if the diff operation has been performed by this Differ.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.