package sql
Contains the abstract SqlProfile
and related code.
- Source
- package.scala
- Alphabetic
- By Inheritance
- sql
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait FixedSqlAction[+R, +S <: NoStream, -E <: Effect] extends SqlAction[R, S, E]
- trait FixedSqlStreamingAction[+R, +T, -E <: Effect] extends SqlStreamingAction[R, T, E] with FixedSqlAction[R, Streaming[T], E]
- trait SqlAction[+R, +S <: NoStream, -E <: Effect] extends BasicAction[R, S, E]
- trait SqlActionComponent extends RelationalActionComponent
- trait SqlProfile extends RelationalProfile with SqlTableComponent with SqlActionComponent with SqlUtilsComponent
Abstract profile for SQL-based databases.
- trait SqlStreamingAction[+R, +T, -E <: Effect] extends BasicStreamingAction[R, T, E] with SqlAction[R, Streaming[T], E]
- trait SqlTableComponent extends RelationalTableComponent
- trait SqlUtilsComponent extends AnyRef
Value Members
- object SqlCapabilities
Capabilities for slick.sql.SqlProfile.
- object SqlProfile
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...