scala.slick

jdbc

package jdbc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jdbc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class PlayDatabase extends jdbc.JdbcBackend.Database

  2. class SessionWithAsyncTransaction extends jdbc.JdbcBackend.BaseSession

    Reimplementation of the transaction semantics of Slick's BaseSession#withTransaction, but in an API which can be driven from multiple asynchronous callbacks rather than only a single block.

    Reimplementation of the transaction semantics of Slick's BaseSession#withTransaction, but in an API which can be driven from multiple asynchronous callbacks rather than only a single block.

    NOTE: Used by SlickPlayIteratees to provide read consistency across chunked reads.

Inherited from AnyRef

Inherited from Any

Ungrouped