scala.slick.jdbc.ResultSetConcurrency
Run a block of code on top of the dynamic, thread-local JDBC session with this concurrency mode
Run a block of code on top of the dynamic, thread-local JDBC session with this concurrency mode
Run a block of code on top of a JDBC session with this concurrency mode
Run a block of code on top of a JDBC session with this concurrency mode
Return this ResultSetConcurrency
, unless it is Auto
in which case
the specified concurrency mode is returned instead.
Return this ResultSetConcurrency
, unless it is Auto
in which case
the specified concurrency mode is returned instead.
The concurrency mode which indicates that the result set may not be updated.