Skip navigation links 
 
oracle.jbo.common
Class RowSetIteratorHelper
java.lang.Object
  
oracle.jbo.common.PropertiesHelper
      
oracle.jbo.common.RowSetHelper
          
oracle.jbo.common.RowSetIteratorHelper
- All Implemented Interfaces:
 
- java.io.Serializable, ExprWrappable, Properties
 
- Direct Known Subclasses:
 
- ViewRowSetIteratorImpl
 
- 
public abstract class RowSetIteratorHelper
 
- extends RowSetHelper
 
Internal: Applications should not use this class.
- See Also:
 
- Serialized Form
 
 
 
 
  
 
  
 
 
| Methods inherited from class oracle.jbo.common.RowSetHelper | 
addListener, addManagementListener, fireMgmtIteratorClosed, fireMgmtIteratorReset, fireNavigationEvent, fireRangeRefreshed, fireRangeScrolled, fireRowDeleted, fireRowInserted, fireRowUpdated, getListeners, getListenersList, getManagementListenersList, getMessageBundleClass, getName, hasListeners, hasManagementListeners, removeListener, removeManagementListener, setName, updateNamedWhereParamValues | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
mCurrentRow
protected Row mCurrentRow
RowSetIteratorHelper
public RowSetIteratorHelper()
createKey
public static Key createKey(AttributeList al,
                            AttributeDef[] keyAttrs)
getFilteredRows
public static Row[] getFilteredRows(RowSetIterator rsiOrig,
                                    java.lang.String attrName,
                                    java.lang.Object attrValue)
getFilteredRowsInRange
public static Row[] getFilteredRowsInRange(RowSetIterator rsi,
                                           java.lang.String attrName,
                                           java.lang.Object attrValue)
createRowSetIterator
protected RowSetIterator createRowSetIterator(java.lang.String name)
- 
- Specified by:
 
createRowSetIterator in class RowSetHelper 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.