scala.slick.jdbc.ResultSetType
Run a block of code on top of the dynamic, thread-local JDBC session with this result set type
Run a block of code on top of the dynamic, thread-local JDBC session with this result set type
Run a block of code on top of a JDBC session with this result set type
Run a block of code on top of a JDBC session with this result set type
Return this ResultSetType
, unless it is Auto
in which case
the specified result set type is returned instead.
Return this ResultSetType
, unless it is Auto
in which case
the specified result set type is returned instead.
Represents a result set type that only allows result sets to be read sequentially (i.e. the cursor may only move forward).