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
Return this ResultSetConcurrency
, unless it is Auto
in which case
the specified concurrency mode is returned instead.
(resultSetConcurrency: StringAdd).self
(resultSetConcurrency: StringFormat).self
(resultSetConcurrency: ArrowAssoc[ResultSetConcurrency]).x
(Since version 2.10.0) Use leftOfArrow
instead
(resultSetConcurrency: Ensuring[ResultSetConcurrency]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Represents a result set concurrency mode.