AsyncConnectionPool

scalikejdbc.async.AsyncConnectionPool
See theAsyncConnectionPool companion class

Asynchronous Connection Pool Companion Object

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Value members

Concrete methods

def add(name: Any, url: String, user: String, password: String, settings: CPSettings)(implicit factory: CPFactory): Unit
def apply(name: Any): AsyncConnectionPool
def borrow(name: Any): AsyncConnection
def close(name: Any): Unit
def closeAll(): Unit
def get(name: Any): AsyncConnectionPool
def giveBack(connection: NonSharedAsyncConnection, name: Any): Unit
def isInitialized(name: Any): Boolean
def singleton(url: String, user: String, password: String, settings: CPSettings)(implicit factory: CPFactory): Unit

Concrete fields

val DEFAULT_NAME: Symbol

Inherited fields

protected val log: Log

Logger

Logger

Attributes

Inherited from:
LogSupport (hidden)