Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.dataset.MasterLink

Packages that use MasterLink
oracle.dacf.dataset This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. 
 

Uses of MasterLink in oracle.dacf.dataset
 

Subclasses of MasterLink in oracle.dacf.dataset
 class DynamicViewLinkInfo
          Describes the link between two dynamically defined queries (View Objects).
 class MasterLinkInfo
          Internal: Applications should not use this class.
 class RestrictedViewLinkInfo
          This class is used to specify a complex where clause joining two ViewObjects.
 class ViewLinkInfo
          Describes the link between 2 predefined defined queries.
 

Methods in oracle.dacf.dataset that return MasterLink
 MasterLink RowSetInfo.getMasterLinkInfo()
          Return the first master associated with this rowset.
 MasterLink[] RowSetInfo.getMasterLinkList()
          Return a list of all masters for the Rowset.
 

Methods in oracle.dacf.dataset with parameters of type MasterLink
 void RowSetInfo.setMasterLinkInfo(MasterLink info)
          Set the Master RowSetInfo for this RowSetInfo.
 void RowSetInfo.addMasterLink(MasterLink link)
          Adds a master RowSetInfo for this RowSetInfo.
 void RowSetInfo.removeMasterLink(MasterLink link)
          Removes a RowSetInfo as a master of RowSetInfo.
 void RowSetInfo.setMasterLinkList(MasterLink[] list)
          Sets all of the masters for the Rowset
 


Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.