Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

oracle.apps.fnd.applxdf.comp
Class TableFKComparison

java.lang.Object
  extended by oracle.apps.fnd.applxdf.comp.DBObjectComparison
      extended by oracle.apps.fnd.applxdf.comp.TableFKComparison

public class TableFKComparison
extends DBObjectComparison

Class to do the comparison of the Tabel FK object and propagate the schema change.

Author:
Guoqiang Su <Guoqiang.Su@oracle.com>, izhang <irene.zhang@oracle.com>

Field Summary
 
Fields inherited from class oracle.apps.fnd.applxdf.comp.DBObjectComparison
logger, param
 
Constructor Summary
TableFKComparison()
          Constructor.
TableFKComparison(Parameters theParam, XDFLogger theLogger)
          Constructor with argument.
 
Method Summary
 int doObjectCmp(DBObject dbObj)
          Do the object comparison.
 
Methods inherited from class oracle.apps.fnd.applxdf.comp.DBObjectComparison
doCompare, uploadMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableFKComparison

public TableFKComparison()
Constructor.


TableFKComparison

public TableFKComparison(Parameters theParam,
                         XDFLogger theLogger)
Constructor with argument.

Parameters:
theParam - Parameters instance
theLogger - XDFLogger instance
Method Detail

doObjectCmp

public int doObjectCmp(DBObject dbObj)
Do the object comparison.

Specified by:
doObjectCmp in class DBObjectComparison
Parameters:
dbObj - DB object to be compared
Returns:
exit code

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

Copyright © 2011 Oracle. All Rights Reserved.