Interface IMonetDBTableCursor

All Superinterfaces:
IMonetDBTableBaseIterator

public interface IMonetDBTableCursor
extends IMonetDBTableBaseIterator
A row iterator for a MonetDB table.
  • Method Details

    • processNextRow

      void processNextRow​(RowIterator nextRow)
      The business logic for the iterator.
      Parameters:
      nextRow - The next row in the iteration.