Business Components

Uses of Class
oracle.jbo.common.RowSetHelper

Packages that use.*
PackageDescription
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of RowSetHelper in oracle.jbo.common
 

Subclasses of RowSetHelper in oracle.jbo.common
TypeName
 class RowSetIteratorHelper
          Internal: Applications should not use this class.
 

Uses of RowSetHelper in oracle.jbo.server
 

Subclasses of RowSetHelper in oracle.jbo.server
TypeName
(package private)  class oracle.jbo.server.RowSetImpl
          Internal: Applications should not use this class.
 class ViewRowSetImpl
          The middle-tier class that manages collections of view rows that result from executing a query.
 class ViewRowSetIteratorImpl
          The middle-tier class that enables the user to iterate through row sets.
 


Business Components