Package nl.cwi.monetdb.embedded.tables
Interface IMonetDBTableCursor
- All Superinterfaces:
IMonetDBTableBaseIterator
public interface IMonetDBTableCursor extends IMonetDBTableBaseIterator
A row iterator for a MonetDB table.
-
Method Summary
Modifier and Type Method Description void
processNextRow(RowIterator nextRow)
The business logic for the iterator.Methods inherited from interface nl.cwi.monetdb.embedded.tables.IMonetDBTableBaseIterator
getFirstRowToIterate, getLastRowToIterate
-
Method Details
-
processNextRow
The business logic for the iterator.- Parameters:
nextRow
- The next row in the iteration.
-