lightdb.sql.connect.HikariConnectionManager
 See theHikariConnectionManager companion object
  case class HikariConnectionManager(config: SQLConfig) extends DataSourceConnectionManager
 
Attributes
- Companion
 - object
 - 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[Doc], Model <: DocumentModel[Doc]](state: SQLState[Doc, Model]): Option[Connection]
           
          Attributes
- Definition Classes
 - Inherited from:
 - DataSourceConnectionManager
 
            override def getConnection[Doc <: Document[Doc], Model <: DocumentModel[Doc]](state: SQLState[Doc, Model]): 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[Doc], Model <: DocumentModel[Doc]](state: SQLState[Doc, Model]): 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