Save This Page
Home » db-derby-10.5.3.0 » org.apache.derby.iapi.store.access.conglomerate » [javadoc | source]
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.