Packages

c

slick.jdbc

ConnectionPreparer

class ConnectionPreparer extends (Connection) => Unit

Set parameters on a new Connection. This is used by DataSourceJdbcDataSource.

Source
JdbcDataSource.scala
Linear Supertypes
(Connection) => Unit, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionPreparer
  2. Function1
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConnectionPreparer(c: Config)

Value Members

  1. def andThen[A](g: (Unit) => A): (Connection) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(c: Connection): Unit
    Definition Classes
    ConnectionPreparer → Function1
  3. val catalog: Option[String]
  4. def compose[A](g: (A) => Connection): (A) => Unit
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. val isLive: Boolean
  6. val isolation: Option[Int]
  7. val readOnly: Option[Boolean]
  8. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any