Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.javatools.db.diff
Class IDByNameDiffer

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

All Implemented Interfaces:
Differ

public class IDByNameDiffer
extends java.lang.Object
implements Differ

Differ that diffs IDs by the name stored on them (if a BaseObjectID) or failing that using the name of the object they resolve to.

Since:
11

Constructor Summary
IDByNameDiffer()
           

 

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

IDByNameDiffer

public IDByNameDiffer()

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
11g Release 2 (11.1.2.3.0)

E17493-04


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