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 allows result sets to be navigated in a non-linear way, and changes in the underlying data to be observed.