Oracle Data-aware Controls Reference

oracle.dacf.dataset
Interface IteratorProperties

All Known Implementing Classes:
oracle.dacf.dataset.RowsetAccessImpl

public interface IteratorProperties

This interface exposes some of the useful methods available on oracle.jbo.RowIterator

Version:
internal

Method Summary
 boolean hasNext()
           
 boolean hasPrevious()
           
 boolean isRangeAtBottom()
           
 boolean isRangeAtTop()
           
 

Method Detail

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

isRangeAtBottom

public boolean isRangeAtBottom()

isRangeAtTop

public boolean isRangeAtTop()

Oracle Data-aware Controls Reference

 

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