Run a block of code on top of the dynamic, thread-local JDBC session with this holdability mode
Run a block of code on top of a JDBC session with this concurrency mode
Return this ResultSetHoldability
, unless it is Auto
in which case
the specified holdability mode is returned instead.
(resultSetHoldability: StringAdd).self
(resultSetHoldability: StringFormat).self
(resultSetHoldability: ArrowAssoc[ResultSetHoldability]).x
(Since version 2.10.0) Use leftOfArrow
instead
(resultSetHoldability: Ensuring[ResultSetHoldability]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Represents a result set holdability mode .