| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.javatools.db.diff.GenericSchemaDiffer
oracle.javatools.db.diff.GenericSchemaDiffer
Deprecated. - use a GenericNameDiffer if you only want to diff the name of objects.
@Deprecated
public class GenericSchemaDiffer
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 | 
|---|
public GenericSchemaDiffer()
| Method Detail | 
|---|
public boolean diff(java.lang.Object a,
                    java.lang.Object b,
                    ResultSet r,
                    DiffContext c)
Differdiff in interface Differ| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||