BasicAPI

slick.basic.BasicProfile.BasicAPI

Attributes

Source:
BasicProfile.scala
Graph
Supertypes
trait Aliases
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

Types

Attributes

Source:
BasicProfile.scala

Attributes

Source:
BasicProfile.scala

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

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
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 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
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

Attributes

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

Attributes

Inherited from:
Aliases
Source:
Aliases.scala

Value members

Concrete fields

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
val Effect: Effect.type

Attributes

Inherited from:
Aliases
Source:
Aliases.scala

Attributes

Inherited from:
Aliases
Source:
Aliases.scala

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

Implicits

final implicit def anyToShapedValue[T, U](value: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, U, _]): ShapedValue[T, U]

Attributes

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

Attributes

Source:
BasicProfile.scala
implicit val slickProfile: BasicProfile.this.type

Attributes

Source:
BasicProfile.scala

Attributes

Source:
BasicProfile.scala

Inherited implicits

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
implicit def booleanOptionColumnExtensionMethods(c: Rep[Option[Boolean]]): BooleanColumnExtensionMethods[Option[Boolean]]

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 def stringOptionColumnExtensionMethods(c: Rep[Option[String]]): StringColumnExtensionMethods[Option[String]]

Attributes

Inherited from:
ExtensionMethodConversions
Source:
ExtensionMethods.scala