Interface ISqlReadCursor<T>

All Known Subinterfaces:
IDataGapRouteCursor
All Known Implementing Classes:
AbstractDataGapRouteCursor, DataGapRouteCursor, DataGapRouteMultiCursor, DataMemoryCursor, JdbcSqlReadCursor

public interface ISqlReadCursor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
  • Method Details

    • next

      T next()
    • close

      void close()