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
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def close(): Unit

Close this pool.

Close this pool.

Attributes

Definition Classes
override def giveBack(conn: NonSharedAsyncConnection): Unit

Gives back the connection.

Gives back the connection.

Attributes

conn

connection

Definition Classes

Inherited methods

Borrows a connection from pool.

Borrows a connection from pool.

Attributes

Returns:

connection

Inherited from:
AsyncConnectionPool
protected def parseUrl(url: String): Configuration

Attributes

Inherited from:
JasyncConfiguration (hidden)

Inherited fields

protected val log: Log

Logger

Logger

Attributes

Inherited from:
LogSupport (hidden)

Deprecated and Inherited fields

val defaultConfiguration: Configuration

Attributes

Deprecated
true
Inherited from:
JasyncConfiguration (hidden)