oracle.jbo.common
Class RowSetIteratorHelper
java.lang.Object
oracle.jbo.common.PropertiesHelper
oracle.jbo.common.RowSetHelper
oracle.jbo.common.RowSetIteratorHelper
- All Implemented Interfaces:
- Properties
- Direct Known Subclasses:
- ViewRowSetIteratorImpl
- public abstract class RowSetIteratorHelper
- extends RowSetHelper
Internal: Applications should not use this class.
Methods inherited from class oracle.jbo.common.RowSetHelper |
addListener, addManagementListener, fireMgmtIteratorClosed, fireMgmtIteratorReset, fireNavigationEvent, fireRangeRefreshed, fireRangeScrolled, fireRowDeleted, fireRowInserted, fireRowUpdated, getListeners, getListenersList, getManagementListenersList, getName, hasListeners, hasManagementListeners, removeListener, removeManagementListener, setName |
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)
Copyright © 1997, 2004, Oracle. All rights reserved.