|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.diff.GenericDiffEngine
public class GenericDiffEngine
Utility class that sets up a DiffEngine that can generically diff all our DBObjects. Should be used for all diffing in the API.
| Constructor Summary | |
|---|---|
GenericDiffEngine()
|
|
| Method Summary | |
|---|---|
static DiffEngine |
getDiffEngine(boolean strictIDComparison)
Returns a fresh, generic diff engine. |
static DiffEngine |
getDiffEngine(boolean strictIDComparison,
boolean sqlTextCompare)
Returns a fresh, generic diff engine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericDiffEngine()
| Method Detail |
|---|
public static DiffEngine getDiffEngine(boolean strictIDComparison)
strictIDComparison - - whether to strictly or loosely compare IDs.
public static DiffEngine getDiffEngine(boolean strictIDComparison,
boolean sqlTextCompare)
strictIDComparison - - whether to strictly or loosely compare IDs.sqlTextCompare - - whether to compare SQLFragments by their text
only.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||