Packages

p

slick

basic

package basic

Contains the abstract BasicProfile, BasicBackend and related code.

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

Type Members

  1. trait BasicAction [+R, +S <: NoStream, -E <: Effect] extends DatabaseAction[R, S, E]
  2. trait BasicActionComponent extends AnyRef
  3. trait BasicBackend extends AnyRef

    Backend for the basic database and session handling features.

    Backend for the basic database and session handling features. Concrete backends like JdbcBackend extend this type and provide concrete types for Database, DatabaseFactory and Session.

  4. trait BasicProfile extends BasicActionComponent

    The basic functionality that has to be implemented by all profiles.

  5. trait BasicStreamingAction [+R, +T, -E <: Effect] extends BasicAction[R, Streaming[T], E]
  6. class Capability extends AnyRef

    Describes a feature that can be supported by a profile.

  7. trait DatabaseConfig [P <: BasicProfile] extends AnyRef

    A configuration for a Database plus a matching Profile.

  8. abstract class DatabasePublisher [T] extends Publisher[T]

    A Reactive Streams Publisher for database Actions.

  9. trait FixedBasicAction [+R, +S <: NoStream, -E <: Effect] extends BasicAction[R, S, E]
  10. trait FixedBasicStreamingAction [+R, +T, -E <: Effect] extends BasicStreamingAction[R, T, E] with FixedBasicAction[R, Streaming[T], E]
  11. final class StaticDatabaseConfig extends Annotation with StaticAnnotation

    An annotation for injecting a DatabaseConfig at compile time.

    An annotation for injecting a DatabaseConfig at compile time. The URI parameter must be a literal String. This annotation is required for providing a statically scoped database configuration to the tsql interpolator.

Inherited from AnyRef

Inherited from Any

Ungrouped