RelationalAPI

slick.relational.RelationalProfile.RelationalAPI

Attributes

Source
RelationalProfile.scala
Graph
Supertypes
trait BasicAPI
trait Aliases
class Object
trait Matchable
class Any
Show all
Known subtypes
trait JdbcAPI
trait MemoryAPI

Members list

Type members

Inherited types

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type CaseClassShape[P <: Product, LiftedTuple, LiftedCaseClass <: P, PlainTuple, PlainCaseClass <: P] = CaseClassShape[P, LiftedTuple, LiftedCaseClass, PlainTuple, PlainCaseClass]

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type Compiled[T] = Compiled[T]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type ConstColumn[T] = ConstColumn[T]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type DBIO[+R] = DBIO[R]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type DBIOAction[+R, +S <: NoStream, -E <: Effect] = DBIOAction[R, S, E]

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
type Effect = Effect

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type MappedProductShape[Level <: ShapeLevel, C, M <: C, U <: C, P <: C] = MappedProductShape[Level, C, M, U, P]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type MappedScalaProductShape[Level <: ShapeLevel, C <: Product, M <: C, U <: C, P <: C] = MappedScalaProductShape[Level, C, M, U, P]

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type Parameters[PU, PP] = Parameters[PU, PP]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type ProductClassShape[E <: Product, C <: Product] = ProductClassShape[E, C]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type Query[+E, U, C[_]] = Query[E, U, C]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type Rep[T] = Rep[T]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type Session = Session

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
type Shape[Level <: ShapeLevel, -M, U, P] = Shape[Level, M, U, P]

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
type Streaming[+T] = Streaming[T]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type StreamingDBIO[+R, +T] = StreamingDBIO[R, T]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type TableQuery[E <: AbstractTable[_]] = TableQuery[E]

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type Tag = Tag

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Value members

Concrete fields

val Sequence: Sequence.type

Attributes

Source
RelationalProfile.scala

Inherited fields

Attributes

Inherited from:
Aliases
Source
Aliases.scala
val Case: Case.type

Attributes

Inherited from:
Aliases
Source
Aliases.scala
val Compiled: Compiled.type

Attributes

Inherited from:
Aliases
Source
Aliases.scala
val DBIO: DBIOAction.type

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
val Effect: Effect.type

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala
val Functions: Functions.type

Attributes

Inherited from:
Aliases
Source
Aliases.scala
val LiteralColumn: LiteralColumn.type

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala
val Query: Query.type

Attributes

Inherited from:
Aliases
Source
Aliases.scala
val Rep: Rep.type

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Implicits

Inherited implicits

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def anyOptionExtensionMethods[T, P](v: Rep[Option[T]])(implicit ol: OptionLift[P, Rep[Option[T]]]): AnyOptionExtensionMethods[Rep[Option[T]], P]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
final implicit def anyToShapedValue[T, U](value: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, U, _]): ShapedValue[T, U]

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def booleanColumnType: BaseColumnType[Boolean]

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala
implicit def booleanOptionColumnExtensionMethods(c: Rep[Option[Boolean]]): BooleanColumnExtensionMethods[Option[Boolean]]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def charColumnType: BaseColumnType[Char]

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def recordQueryActionExtensionMethods[M, R](q: M)(implicit shape: Shape[_ <: FlatShapeLevel, M, R, _]): QueryActionExtensionMethods[R, NoStream]

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
implicit def singleColumnQueryExtensionMethods[B1 : BaseTypedType, C[_]](q: Query[Rep[B1], _, C]): SingleColumnQueryExtensionMethods[B1, B1, C]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def singleOptionColumnQueryExtensionMethods[B1 : BaseTypedType, C[_]](q: Query[Rep[Option[B1]], _, C]): SingleColumnQueryExtensionMethods[B1, Option[B1], C]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit val slickProfile: RelationalProfile.this.type

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def stringColumnType: BaseColumnType[String]

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala
implicit def stringOptionColumnExtensionMethods(c: Rep[Option[String]]): StringColumnExtensionMethods[Option[String]]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala