Interface IDataReader

×News: OpenXava 7.7 released - March 9 · Read more
All Known Subinterfaces:
IEntityTabImpl, ITabProvider
All Known Implementing Classes:
EntityTab, JPATabProvider, TabProviderBase

public interface IDataReader
Read data by chunks.
Author:
Javier Paniza
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Record (or object, or row) count of last consult.
    Obtain the next data chunk.
    void
    If you call this method the next time that you call nextChunk() you will obtain the first chunk and fresh data from db.