Business Components 9.0.5

Uses of Interface
oracle.jbo.RowIterator

Packages that use RowIterator
oracle.adf.model.binding   
oracle.adf.model.generic   
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.client.remote   
oracle.jbo.common.ws   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   
 

Uses of RowIterator in oracle.adf.model.binding
 

Methods in oracle.adf.model.binding that return RowIterator
 RowIterator DCControlBinding.getRowIterator()
          Returns the current RowIterator with which this control binding is working.
 RowIterator DCBindingContainerValidationEvent.getRowIterator()
           
 

Uses of RowIterator in oracle.adf.model.generic
 

Classes in oracle.adf.model.generic that implement RowIterator
 class DCGenericRowSetIteratorImpl
           
 class DCRowSetIteratorImpl
           
 

Uses of RowIterator in oracle.jbo
 

Subinterfaces of RowIterator in oracle.jbo
 interface NavigatableRowIterator
          Provides simple access to a set of rows.
 interface RowSet
          Defines the middle-tier representation of a set of table rows.
 interface RowSetIterator
          The interface for Row Set Iterator.
 interface ViewObject
          Defines the presentation of the Entity Objects selected by an SQL statement.
 

Classes in oracle.jbo that implement RowIterator
 class ViewCriteria
          A list of row criteria for a View Object's WHERE clause.
 

Constructors in oracle.jbo with parameters of type RowIterator
RowNotFoundException(RowIterator rsi)
          Constructs a new instance when a RowIterator has no current row.
 

Uses of RowIterator in oracle.jbo.client.remote
 

Classes in oracle.jbo.client.remote that implement RowIterator
 class ViewUsageImpl
           
 

Uses of RowIterator in oracle.jbo.common.ws
 

Subinterfaces of RowIterator in oracle.jbo.common.ws
 interface WSRowSet
           
 

Classes in oracle.jbo.common.ws that implement RowIterator
 class WSRowSetImpl
           
 class WSRowSetIteratorBase
           
 class WSRowSetIteratorImpl
           
 class WSViewObjectImpl
           
 

Uses of RowIterator in oracle.jbo.server
 

Classes in oracle.jbo.server that implement RowIterator
 class EntityRowSetImpl
          EntityRowSetImpl represents the ResultSet of an association.
 class ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.
 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.
 

Uses of RowIterator in oracle.jbo.server.ejb.facade
 

Classes in oracle.jbo.server.ejb.facade that implement RowIterator
 class CmrAccessorEntRowSet
           
 class CmrAccessorViewImpl
           
 class CmrAccessorViewRowSet
           
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.
 


Business Components 9.0.5

 

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