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

E22566-06

Uses of Class
oracle.apps.fnd.applxdf.xdfapi.XdfObject

Packages that use XdfObject
oracle.apps.fnd.applxdf.xdfapi   
 

Uses of XdfObject in oracle.apps.fnd.applxdf.xdfapi
 

Subclasses of XdfObject in oracle.apps.fnd.applxdf.xdfapi
 class CheckConstraint
          A CheckConstraint object represents a Check Constraint Key in a Table.
 class Column
          A Column Class represents a column in a Table(or View).
 class Constraint
          A subtype of XdfObject - Constraint.
 class FKConstraint
          A FKConstraint object represents a Foreign Key in a Table.
 class Index
          An Index Class represents a table index component.
 class PKConstraint
          A PKConstraint represents a Primary Key constraint.
 class Sequence
          Sequence - A subtype of XdfObject, reprents a sequence object in XDF file.
 class SequenceUserDefinedProperties
           
 class Synonym
          Synonym - A subtype of XdfObject, reprents a synonym object in XDF file.
 class SynonymUserDefinedProperties
           
 class Table
          Table - A subtype of XdfObject, reprents a table object in XDF file.
 class TableUserDefinedProperties
           
 class UKConstraint
          The UKConstraint class represents an unique constraint that prohibits multiple rows from having the same value in the same column or combination of columns but allows some values to be null.
 class UserDefinedProperties
          A UserProperties object represents a set of user defined properties in the Table.
 class View
          View - A subtype of XdfObject, represents a view object in XDF file.
 class ViewUserDefinedProperties
           
 

Methods in oracle.apps.fnd.applxdf.xdfapi that return XdfObject
 XdfObject XdfObjectProvider.getXdfObject(java.lang.String xdfPath)
          Get a top level XdfObject such as a table, view, sequence, etc.
 


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

E22566-06

Copyright © 2012 Oracle. All Rights Reserved.