Packages

trait SlickDatabase extends AnyRef

Source
SlickDatabase.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SlickDatabase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def allowShutdown: Boolean

    If true, the requesting side usually a (read/write/snapshot journal) should shutdown the database when it closes.

    If true, the requesting side usually a (read/write/snapshot journal) should shutdown the database when it closes. If false, it should leave the database connection pool open, since it might still be used elsewhere.

  2. abstract def database: slick.jdbc.JdbcBackend.Database
  3. abstract def profile: JdbcProfile