doobie.h2.syntax.H2TransactorOps
Attributes
- Source:
- h2transactor.scala
- Graph
- Supertypes
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Sets the maximum time in seconds to wait for a free connection.
Sets the maximum time in seconds to wait for a free connection.
Attributes
- Source:
- h2transactor.scala
Sets the maximum number of connections to use from now on.
Sets the maximum number of connections to use from now on.
Attributes
- Source:
- h2transactor.scala
A program that shuts down this H2Transactor
.
Returns the number of active (open) connections of the underlying
JdbcConnectionPool
.
Returns the number of active (open) connections of the underlying
JdbcConnectionPool
.
Attributes
- Source:
- h2transactor.scala
Gets the maximum time in seconds to wait for a free connection.
Gets the maximum time in seconds to wait for a free connection.
Attributes
- Source:
- h2transactor.scala
Gets the maximum number of connections to use.