class HikariCPConnectionPool extends ConnectionPool

Annotations
@Singleton()
Source
HikariCPModule.scala
Linear Supertypes
ConnectionPool, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HikariCPConnectionPool
  2. ConnectionPool
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HikariCPConnectionPool(environment: Environment)
    Annotations
    @Inject()

Value Members

  1. def close(dataSource: DataSource): Unit

    Close the given data source.

    Close the given data source.

    dataSource

    the data source to close

    Definition Classes
    ConnectionPool
  2. def create(name: String, dbConfig: DatabaseConfig, configuration: Config): DataSource

    Create a data source with the given configuration.

    Create a data source with the given configuration.

    name

    the database name

    configuration

    the data source configuration

    returns

    a data source backed by a connection pool

    Definition Classes
    ConnectionPool