Package

slick

sql

Permalink

package sql

Contains the abstract SqlProfile and related code.

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

Type Members

  1. trait FixedSqlAction[+R, +S <: NoStream, -E <: Effect] extends SqlAction[R, S, E]

    Permalink
  2. trait FixedSqlStreamingAction[+R, +T, -E <: Effect] extends SqlStreamingAction[R, T, E] with FixedSqlAction[R, Streaming[T], E]

    Permalink
  3. trait SqlAction[+R, +S <: NoStream, -E <: Effect] extends BasicAction[R, S, E]

    Permalink
  4. trait SqlActionComponent extends RelationalActionComponent

    Permalink
  5. trait SqlProfile extends RelationalProfile with SqlTableComponent with SqlActionComponent with SqlUtilsComponent

    Permalink

    Abstract profile for SQL-based databases.

  6. trait SqlStreamingAction[+R, +T, -E <: Effect] extends BasicStreamingAction[R, T, E] with SqlAction[R, Streaming[T], E]

    Permalink
  7. trait SqlTableComponent extends RelationalTableComponent

    Permalink
  8. trait SqlUtilsComponent extends AnyRef

    Permalink

Value Members

  1. object SqlCapabilities

    Permalink

    Capabilities for slick.profile.SqlProfile.

  2. object SqlProfile

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped