|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.generation.DDLDiff
public abstract class DDLDiff
Class describing a difference between an ODI object of an ODI model and a database object such as a table, column, primary key, foreign key, unique key, index and check constraint.
These difference are elementary difference. For instance if a given table has 3 new columns there will be 3 DDLDiff one for each column but no DDLDiff for the table.
DDLDifferences, IDDLGeneratorService| Nested Class Summary | |
|---|---|
static class |
DDLDiff.DiffTypeType of difference as detected by the DDL Generator. |
static class |
DDLDiff.ObjectTypeType of object for which the difference is detected. |
| Method Summary | |
|---|---|
abstract DDLDiff.DiffType |
getDiffType()Gives the type difference detected. |
abstract java.lang.String |
getObjectName()Gives the actual name of the object on which the differnce was detected. |
abstract DDLDiff.ObjectType |
getObjectType()Gives the type of object on which the difference was detected. |
abstract java.lang.String |
getTableName()Gives the table name to which the object on which the current difference was detected belongs. |
abstract boolean |
isToGenerate()Indicates whether current detected difference will be generated by the DDL Generator Service. |
abstract void |
setToGenerate(boolean pToGenerate)Set current difference so that it will be generated by the DDL generator. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract boolean isToGenerate()
public abstract void setToGenerate(boolean pToGenerate)
pToGenerate - True: difference will be generated, False: difference will be ignoredpublic abstract java.lang.String getTableName()
public abstract DDLDiff.DiffType getDiffType()
public abstract java.lang.String getObjectName()
public abstract DDLDiff.ObjectType getObjectType()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||