MultipleConnectionPoolContext

scalikejdbc.MultipleConnectionPoolContext

Multiple connection pool context

Attributes

Source
ConnectionPoolContext.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this()

Attributes

Source
ConnectionPoolContext.scala

Concrete methods

override def get(name: Any): ConnectionPool

Attributes

Definition Classes
Source
ConnectionPoolContext.scala
override def set(name: Any, pool: ConnectionPool): Unit

Attributes

Definition Classes
Source
ConnectionPoolContext.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product