skunk.Cursor
See theCursor companion object
An open cursor from which rows can be fetched, valid during the lifetime its defining Session
.
You can use this mechanism to implement chunked reads and paged results, although it is ofen
more pleasant to use a Cursor
-backed Stream
, as produced by PreparedQuery#stream.
Attributes
- Companion:
- object
- Source:
- Cursor.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type