Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
- java.lang.Object
 
- 
- oracle.javatools.db.diff.GenericToStringDiffer
 
 
- 
- 
Method Summary
Methods 
| Modifier and Type | 
Method and Description | 
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 
 
 
 
- 
- 
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.
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
Copyright © 1997, 2014, Oracle. All rights reserved.