| 
 | Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewRowSetImpl | |
| oracle.jbo.server | Contains the implementation of middle tier components. | 
| Uses of ViewRowSetImpl in oracle.jbo.server | 
| Fields in oracle.jbo.server declared as ViewRowSetImpl | |
| protected  ViewRowSetImpl | ViewRowSetIteratorImpl.mViewRowSet | 
| protected  ViewRowSetImpl | ViewObjectImpl.mViewRowSet | 
| Methods in oracle.jbo.server that return ViewRowSetImpl | |
|  ViewRowSetImpl | ViewRowSetIteratorImpl.getRowSetImpl()Returns this row set iterator's row set (implementation class). | 
|  ViewRowSetImpl | ViewObjectImpl.getDefaultRowSet()Gets the default view row set. | 
|  ViewRowSetImpl | ViewObjectImpl.getRowSetImpl(java.lang.String name,
              java.lang.Object accessKey) | 
| Methods in oracle.jbo.server with parameters of type ViewRowSetImpl | |
|  long | ViewObjectImpl.getQueryHitCount(ViewRowSetImpl viewRowSet)Counts the number of rows that would be returned if the View Object were executed with the current query. | 
|  ViewRowImpl | ViewObjectImpl.createInstance(ViewRowSetImpl viewRowSet,
               AttributeList attrValList)Creates a view row instance. | 
| protected  void | ViewObjectImpl.notifyRowUpdated(ViewRowSetImpl vrs,
                 Row[] viewRows,
                 int[] attrIndices)This method is invoked by the framework when updates are made to any attribute for rows in the given ViewRowSet for this ViewObject. | 
| Constructors in oracle.jbo.server with parameters of type ViewRowSetImpl | |
| ViewRowSetIteratorImpl.ViewRowSetIteratorImpl(ViewRowSetImpl rowset)Constructs a new secondary (non-default) view row set iterator. | |
| ViewRowSetIteratorImpl.ViewRowSetIteratorImpl(ViewRowSetImpl rowset,
                       java.lang.String name,
                       boolean isDefaultRSI)Constructs a new view row set iterator. | |
| 
 | Business Components | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||