org.apache.derby.iapi.store.access.conglomerate
public interface: ScanControllerRowSource [javadoc |
source]
All Implemented Interfaces:
ScanController, RowLocationRetRowSource
All Known Implementing Classes:
SortBufferRowSource, MergeScanRowSource
A ScanControllerRowSource is both a RowSource and a ScanController. This
interface is internal to Access for use in the case of RowSource which are
implemented on top of a ScanController.