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

E13403-05

oracle.javatools.db.diff
Class GenericSchemaDiffer

java.lang.Object
  extended by oracle.javatools.db.diff.GenericSchemaDiffer
All Implemented Interfaces:
Differ

Deprecated. - use a GenericNameDiffer if you only want to diff the name of objects.

@Deprecated
public class GenericSchemaDiffer
extends java.lang.Object
implements Differ

Register against Schema.class for diffing of the "schema" property on SchemaObjects. It will compare just the name and result in a LEAF ResultSet for the property - i.e. it will not descend into the schema's properties.


Constructor Summary
GenericSchemaDiffer()
          Deprecated.  
 
Method Summary
 boolean diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
          Deprecated. 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

GenericSchemaDiffer

public GenericSchemaDiffer()
Deprecated. 
Method Detail

diff

public boolean diff(java.lang.Object a,
                    java.lang.Object b,
                    ResultSet r,
                    DiffContext c)
Deprecated. 
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 Reference
11g Release 1 (11.1.1.4.0)

E13403-05

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