BlockingAPI

com.github.takezoe.slick.blocking.BlockingRelationalProfile.BlockingAPI
trait BlockingAPI extends RelationalAPI

Attributes

Source
BlockingProfile.scala
Graph
Supertypes
trait BasicAPI
trait ExtensionMethodConversions
trait Aliases
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Inherited types

type AsyncExecutor = AsyncExecutor

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type BaseColumnType[T] = RelationalProfile.this.BaseColumnType[T]

Attributes

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

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type ColumnType[T] = RelationalProfile.this.ColumnType[T]

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
type ColumnsShapeLevel = ColumnsShapeLevel

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
type Database = BasicProfile.this.backend.Database

Attributes

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

Attributes

Inherited from:
Aliases
Source
Aliases.scala
type FastPath[T] = SimpleFastPathResultConverter[RelationalProfile.this.ResultConverterReader, RelationalProfile.this.ResultConverterWriter, RelationalProfile.this.ResultConverterUpdater, T]

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
type FlatShapeLevel = FlatShapeLevel

Attributes

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

Attributes

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

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
type NestedShapeLevel = NestedShapeLevel

Attributes

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

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 Sequence[T] = RelationalProfile.this.Sequence[T]

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
type Session = BasicProfile.this.backend.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
type ShapeLevel = ShapeLevel

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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 Table[T] = RelationalProfile.this.Table[T]

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.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

Inherited fields

val AsyncExecutor: AsyncExecutor.type

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 Database: backend.DatabaseFactory

Attributes

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

Attributes

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

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:
RelationalAPI
Source
RelationalProfile.scala
val Parameters: Parameters.type

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
val Sequence: RelationalSequenceComponent.this.Sequence.type

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
val SimpleBinaryOperator: SimpleBinaryOperator.type

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Aliases
Source
Aliases.scala

Implicits

Inherited implicits

implicit def anyColumnExtensionMethods[B1 : BaseTypedType](c: Rep[B1]): AnyExtensionMethods

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def anyOptionColumnExtensionMethods[B1 : BaseTypedType](c: Rep[Option[B1]]): AnyExtensionMethods

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
implicit def anyOptionValueExtensionMethods[B1 : BaseTypedType](v: Option[B1]): AnyExtensionMethods

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
implicit def anyValueExtensionMethods[B1 : BaseTypedType](v: B1): AnyExtensionMethods

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def bigDecimalColumnType: RelationalTypesComponent.this.BaseColumnType[BigDecimal] & NumericTypedType

Attributes

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

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def booleanColumnType: RelationalTypesComponent.this.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 byteColumnType: RelationalTypesComponent.this.BaseColumnType[Byte] & NumericTypedType

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala
implicit def charColumnType: RelationalTypesComponent.this.BaseColumnType[Char]

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala
implicit def columnExtensionMethods[B1 : BaseTypedType](c: Rep[B1]): BaseColumnExtensionMethods[B1]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def columnToOrdered[T : TypedType](c: Rep[T]): ColumnOrdered[T]

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
implicit def doubleColumnType: RelationalTypesComponent.this.BaseColumnType[Double] & NumericTypedType

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala
implicit def fastPathExtensionMethods[T](mp: MappedProjection[T]): RelationalProfile.this.FastPathExtensionMethods[RelationalProfile.this.ResultConverterReader, RelationalProfile.this.ResultConverterWriter, RelationalProfile.this.ResultConverterUpdater, T]

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
implicit def floatColumnType: RelationalTypesComponent.this.BaseColumnType[Float] & NumericTypedType

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala
implicit def intColumnType: RelationalTypesComponent.this.BaseColumnType[Int] & NumericTypedType

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala
implicit def longColumnType: RelationalTypesComponent.this.BaseColumnType[Long] & NumericTypedType

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.scala
implicit def numericColumnExtensionMethods[B1](c: Rep[B1])(implicit tm: BaseTypedType[B1] & NumericTypedType): BaseNumericColumnExtensionMethods[B1]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def numericOptionColumnExtensionMethods[B1](c: Rep[Option[B1]])(implicit tm: BaseTypedType[B1] & NumericTypedType): OptionNumericColumnExtensionMethods[B1]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def optionColumnExtensionMethods[B1 : BaseTypedType](c: Rep[Option[B1]]): OptionColumnExtensionMethods[B1]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def queryInsertActionExtensionMethods[U, C[_]](q: Query[_, U, C]): RelationalProfile.this.InsertActionExtensionMethods[U]

Attributes

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

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
implicit def runnableCompiledQueryActionExtensionMethods[RU](c: RunnableCompiled[_, RU]): BasicProfile.this.QueryActionExtensionMethods[RU, NoStream]

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
implicit def schemaActionExtensionMethods(sd: SchemaDescription): RelationalProfile.this.SchemaActionExtensionMethods

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
implicit def shortColumnType: RelationalTypesComponent.this.BaseColumnType[Short] & NumericTypedType

Attributes

Inherited from:
RelationalImplicitColumnTypes
Source
RelationalProfile.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: this.type

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
implicit def streamableAppliedCompiledFunctionActionExtensionMethods[R, RU, EU, C[_]](c: AppliedCompiledFunction[_, Query[R, EU, C], RU]): BasicProfile.this.StreamingQueryActionExtensionMethods[RU, EU]

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
implicit def streamableCompiledInsertActionExtensionMethods[EU](c: StreamableCompiled[_, _, EU]): RelationalProfile.this.InsertActionExtensionMethods[EU]

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
implicit def streamableCompiledQueryActionExtensionMethods[RU, EU](c: StreamableCompiled[_, RU, EU]): BasicProfile.this.StreamingQueryActionExtensionMethods[RU, EU]

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
implicit def streamableQueryActionExtensionMethods[U, C[_]](q: Query[_, U, C]): BasicProfile.this.StreamingQueryActionExtensionMethods[C[U], U]

Attributes

Inherited from:
BasicAPI
Source
BasicProfile.scala
implicit def stringColumnExtensionMethods(c: Rep[String]): StringColumnExtensionMethods[String]

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def stringColumnType: RelationalTypesComponent.this.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
implicit def tableQueryToTableQueryExtensionMethods[T <: RelationalProfile#Table[_], U](q: Query[T, U, Seq] & TableQuery[T]): RelationalProfile.this.TableQueryExtensionMethods[T, U]

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
implicit def valueToConstColumn[T : TypedType](v: T): LiteralColumn[T]

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala