Interface RowCursor

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
RowCursorCsv, RowCursorResultSet

public interface RowCursor extends AutoCloseable
Supplies tabular rows from a live underlying source.

A row supplier represents an open row cursor. Some implementations own the underlying resource and release it on close(), while others adapt caller-owned resources and treat close() as a no-op.