Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.dataset.RowSetInfo

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

Uses of RowSetInfo in oracle.dacf.control.swing
 

Constructors in oracle.dacf.control.swing with parameters of type RowSetInfo
TreeQueryListener(RowSetInfo des, RowSetInfo src, java.lang.String[] fKeys)
           
 

Uses of RowSetInfo in oracle.dacf.dataset
 

Fields in oracle.dacf.dataset declared as RowSetInfo
protected  RowSetInfo MasterLink._master
           
 

Methods in oracle.dacf.dataset that return RowSetInfo
 RowSetInfo MasterLink.getMaster()
          returns the master RowSetInfo for the link.
 RowSetInfo CalculatedAttributeInfo.getRowSetInfo()
          Returns the parent RowSetInfo.
 RowSetInfo AttributeInfo.getRowSetInfo()
          Returns the parent RowSetInfo.
 

Methods in oracle.dacf.dataset with parameters of type RowSetInfo
 void RestrictedViewLinkInfo.createViewLink(java.lang.String accessorName, RowSetInfo master, java.lang.String[] masterLinkCols, RowSetInfo detail, java.lang.String[] detailLinkCols)
          Creates the link between the master RowSetInfo and the detail RowSetInfo within the context of the specified ApplicationModule.
protected  oracle.jbo.AttributeDef[] RestrictedViewLinkInfo.findAttributeDefs(RowSetInfo rs, java.lang.String[] colList)
           
 void MasterLink.setMaster(RowSetInfo master)
          sets the master RowSetInfo for the link.
 

Constructors in oracle.dacf.dataset with parameters of type RowSetInfo
ViewLinkInfo(RowSetInfo master, java.lang.String viewLinkName)
           
RestrictedViewLinkInfo(RowSetInfo master, java.lang.String viewLinkName, java.lang.String whereClause)
           
MasterLinkInfo(RowSetInfo master, java.lang.String associationClassName)
          Internal: Applications should not use this class.
DynamicViewLinkInfo(RowSetInfo master, java.lang.String[] srcCols, java.lang.String[] dstCols)
          Parameterized constuctor.
 


Oracle Data-aware Controls Reference

 

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