case class EagerSlickDatabase(database: slick.jdbc.JdbcBackend.Database, profile: JdbcProfile) extends SlickDatabase with Product with Serializable
- Annotations
- @InternalApi()
- Source
- SlickDatabase.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EagerSlickDatabase
- Serializable
- Product
- Equals
- SlickDatabase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EagerSlickDatabase(database: slick.jdbc.JdbcBackend.Database, profile: JdbcProfile)
Value Members
- 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.
- Definition Classes
- EagerSlickDatabase → SlickDatabase
- val database: slick.jdbc.JdbcBackend.Database
- Definition Classes
- EagerSlickDatabase → SlickDatabase
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val profile: JdbcProfile
- Definition Classes
- EagerSlickDatabase → SlickDatabase