HikariConnectionManager
lightdb.sql.connect.HikariConnectionManager
case class HikariConnectionManager(config: SQLConfig) extends DataSourceConnectionManager
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ConnectionManagertrait Disposableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- ConnectionManager
override def currentConnection[Doc <: Document[LazyRef(...)]](implicit transaction: Transaction[Doc]): Option[Connection]
Attributes
- Definition Classes
- Inherited from:
- DataSourceConnectionManager
override def getConnection[Doc <: Document[LazyRef(...)]](implicit transaction: Transaction[Doc]): Connection
Attributes
- Definition Classes
- Inherited from:
- DataSourceConnectionManager
Attributes
- Inherited from:
- Disposable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- ConnectionManager
override def releaseConnection[Doc <: Document[LazyRef(...)]](implicit transaction: Transaction[Doc]): Unit
Attributes
- Definition Classes
- Inherited from:
- DataSourceConnectionManager
Inherited fields
Calls doDispose() exactly one time. Safe to call multiple times.
Calls doDispose() exactly one time. Safe to call multiple times.
Attributes
- Inherited from:
- Disposable
In this article