AsyncConnectionPool

scalikejdbc.async.AsyncConnectionPool
See theAsyncConnectionPool companion object
abstract class AsyncConnectionPool(val settings: AsyncConnectionPoolSettings)

Asynchronous Connection Pool

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Borrows a connection from pool.

Borrows a connection from pool.

Attributes

Returns

connection

def close(): Unit

Close this pool.

Close this pool.

Attributes

Gives back the connection.

Gives back the connection.

Value parameters

conn

connection

Attributes

Concrete fields