AsyncConnectionPoolCommonImpl
scalikejdbc.async.internal.AsyncConnectionPoolCommonImpl
abstract class AsyncConnectionPoolCommonImpl[T <: ConcreteConnection](url: String, user: String, password: String, factoryF: Configuration => ObjectFactory[T], settings: AsyncConnectionPoolSettings) extends AsyncConnectionPool
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Close this pool.
Gives back the connection.
Gives back the connection.
Value parameters
- conn
-
connection
Attributes
- Definition Classes
Inherited methods
Borrows a connection from pool.
Attributes
- Inherited from:
- JasyncConfiguration (hidden)
Inherited fields
Logger
Logger
Attributes
- Inherited from:
- LogSupport (hidden)
Deprecated and Inherited fields
Attributes
- Deprecated
- true
- Inherited from:
- JasyncConfiguration (hidden)
In this article