Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.generation
Class DDLDifferences

java.lang.Object
  extended by oracle.odi.generation.DDLDifferences


public abstract class DDLDifferences
extends java.lang.Object

Class that holds the current model ID on which the DDL differences were detected as well as the list of all differences.

Since:
11.1.1.3.0
See Also:
DDLDiff, IDDLGeneratorService

Method Summary
abstract  java.util.Collection<DDLDiff> getDiffs()
          Public method that returns the unmodifiable collection of differences.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getDiffs

public abstract java.util.Collection<DDLDiff> getDiffs()
Public method that returns the unmodifiable collection of differences.
Returns:
Unmodifiable collection of difference

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.