CursorStreamExt<C extends Cursor> extension

Extension on `Stream<Cursor>`. Cursor must not be in auto-advanced mode.

on

Methods

toKeyList({int? limit, int? offset}) Future<List<Object>>

Available on Stream<C>, provided by the CursorStreamExt extension

Convert an openKeyCursor stream to a list (must be auto-advance)
toKeyRowList({int? limit, int? offset}) Future<List<KeyCursorRow>>

Available on Stream<C>, provided by the CursorStreamExt extension

Convert an openKeyCursor stream to a list
toPrimaryKeyList({int? limit, int? offset}) Future<List<Object>>

Available on Stream<C>, provided by the CursorStreamExt extension

Convert an openKeyCursor stream to a list of key, must be auto-advance)