BlockingJdbcAPI

com.github.takezoe.slick.blocking.BlockingJdbcProfile.BlockingJdbcAPI

Attributes

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

Members list

Type members

Classlikes

implicit class BasicActionInvoker[R](action: BasicAction[R, NoStream, Effect])

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
implicit class BasicStreamingActionInvoker[R, E <: Effect](action: BasicStreamingAction[Vector[R], R, E])

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
implicit class BlockingDatabase(db: JdbcBackend#JdbcDatabaseDef)

Extends Database to add methods for session management.

Extends Database to add methods for session management.

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
class BlockingDeleteInvoker(val tree: Node, param: Any)

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
class BlockingInsertInvoker[U](compiled: CompiledInsert)

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
class BlockingQueryInvoker[U](tree: Node, param: Any)

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
class BlockingUpdateInvoker[U](tree: Node, param: Any)

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
implicit class DDLInvoker(schema: DDL)

Extends DDL to add methods to create and drop tables immediately.

Extends DDL to add methods to create and drop tables immediately.

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
implicit class IntoInsertActionComposer2[T, R](a: IntoInsertActionComposer[T, R])

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
class MapInvoker[A, B](tree: Node, param: Any)

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
implicit class QueryExecutor[U, C[_]](q: Query[_, U, C])

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
class QueryInvoker[R](tree: Node, param: Any) extends QueryInvokerImpl[R]

Extends QueryInvokerImpl to add selectStatement method.

Extends QueryInvokerImpl to add selectStatement method.

Attributes

Source
BlockingProfile.scala
Supertypes
class QueryInvokerImpl[R]
trait QueryInvoker[R]
class StatementInvoker[R]
trait Invoker[R]
class Object
trait Matchable
class Any
Show all
implicit class RepQueryExecutor[E](rep: Rep[E])

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
implicit class RichDBIOAction[R, E <: Effect](action: DBIOAction[R, NoStream, E])

Extends plain db queries

Extends plain db queries

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any
implicit class RunnableCompiledQueryExecutor[U, C[_]](c: RunnableCompiled[_ <: Query[_, _, C], C[U]])

Attributes

Source
BlockingProfile.scala
Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

implicit class BlockingSession(session: JdbcBackend#Session)

Extends Session to add methods for session management.

Extends Session to add methods for session management.

Attributes

Inherited from:
JdbcProfileBlockingSession
Source
TransactionalJdbcBackend.scala
Supertypes
class Object
trait Matchable
class Any

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

Implicits

final implicit def BasicActionInvoker[R](action: BasicAction[R, NoStream, Effect]): BasicActionInvoker[R]

Attributes

Source
BlockingProfile.scala
final implicit def BasicStreamingActionInvoker[R, E <: Effect](action: BasicStreamingAction[Vector[R], R, E]): BasicStreamingActionInvoker[R, E]

Attributes

Source
BlockingProfile.scala
final implicit def BlockingDatabase(db: JdbcBackend#JdbcDatabaseDef): BlockingDatabase

Extends Database to add methods for session management.

Extends Database to add methods for session management.

Attributes

Source
BlockingProfile.scala
final implicit def DDLInvoker(schema: DDL): DDLInvoker

Extends DDL to add methods to create and drop tables immediately.

Extends DDL to add methods to create and drop tables immediately.

Attributes

Source
BlockingProfile.scala

Attributes

Source
BlockingProfile.scala
final implicit def QueryExecutor[U, C[_]](q: Query[_, U, C]): QueryExecutor[U, C]

Attributes

Source
BlockingProfile.scala
final implicit def RepQueryExecutor[E](rep: Rep[E]): RepQueryExecutor[E]

Attributes

Source
BlockingProfile.scala
final implicit def RichDBIOAction[R, E <: Effect](action: DBIOAction[R, NoStream, E]): RichDBIOAction[R, E]

Extends plain db queries

Extends plain db queries

Attributes

Source
BlockingProfile.scala
final implicit def RunnableCompiledQueryExecutor[U, C[_]](c: RunnableCompiled[_ <: Query[_, _, C], C[U]]): RunnableCompiledQueryExecutor[U, C]

Attributes

Source
BlockingProfile.scala
implicit def actionBasedSQLInterpolation(s: StringContext): ActionBasedSQLInterpolation

Attributes

Source
BlockingProfile.scala
implicit def compiledMapInvoker[A, B, C[_]](c: RunnableCompiled[_ <: Query[_, _, C], C[(A, B)]]): MapInvoker[A, B]

Attributes

Source
BlockingProfile.scala
implicit def compiledToDeleteInvoker[U, C[_]](c: RunnableCompiled[_ <: Query[_, _, C], C[U]]): BlockingDeleteInvoker

Attributes

Source
BlockingProfile.scala
implicit def compiledToInsertInvoker[U, C[_]](c: RunnableCompiled[_ <: Query[_, _, C], C[U]]): BlockingInsertInvoker[U]

Attributes

Source
BlockingProfile.scala
implicit def compiledToQueryInvoker[U, C[_]](c: RunnableCompiled[_ <: Query[_, _, C], C[U]]): BlockingQueryInvoker[U]

Attributes

Source
BlockingProfile.scala
implicit def compiledToUpdateInvoker[U, C[_]](c: RunnableCompiled[_ <: Query[_, _, C], C[U]]): BlockingUpdateInvoker[U]

Attributes

Source
BlockingProfile.scala
implicit def mapInvoker[A, B, C[_]](q: Query[_, (A, B), C]): MapInvoker[A, B]

Attributes

Source
BlockingProfile.scala
implicit def queryToDeleteInvoker[U, C[_]](q: Query[_, U, C]): BlockingDeleteInvoker

Attributes

Source
BlockingProfile.scala
implicit def queryToInsertInvoker[U, C[_]](q: Query[_, U, C]): BlockingInsertInvoker[U]

Attributes

Source
BlockingProfile.scala
implicit def queryToQueryInvoker[U, C[_]](q: Query[_, U, C]): BlockingQueryInvoker[U]

Attributes

Source
BlockingProfile.scala
implicit def queryToUpdateInvoker[U, C[_]](q: Query[_, U, C]): BlockingUpdateInvoker[U]

Attributes

Source
BlockingProfile.scala

Inherited implicits

final implicit def BlockingSession(session: JdbcBackend#Session): BlockingSession

Extends Session to add methods for session management.

Extends Session to add methods for session management.

Attributes

Inherited from:
JdbcProfileBlockingSession
Source
TransactionalJdbcBackend.scala
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: JdbcTypesComponent.this.DriverJdbcType[BigDecimal] & NumericTypedType

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def blobColumnType: JdbcTypesComponent.this.DriverJdbcType[Blob]

Attributes

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

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def booleanColumnType: JdbcTypesComponent.this.DriverJdbcType[Boolean]

Attributes

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

Attributes

Inherited from:
ExtensionMethodConversions
Source
ExtensionMethods.scala
implicit def byteArrayColumnType: JdbcTypesComponent.this.DriverJdbcType[Array[Byte]]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def byteColumnType: JdbcTypesComponent.this.DriverJdbcType[Byte] & NumericTypedType

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def charColumnType: JdbcTypesComponent.this.DriverJdbcType[Char]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def clobColumnType: JdbcTypesComponent.this.DriverJdbcType[Clob]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.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 dateColumnType: JdbcTypesComponent.this.DriverJdbcType[Date]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def doubleColumnType: JdbcTypesComponent.this.DriverJdbcType[Double] & NumericTypedType

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.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: JdbcTypesComponent.this.DriverJdbcType[Float] & NumericTypedType

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def instantColumnType: JdbcTypesComponent.this.DriverJdbcType[Instant]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def intColumnType: JdbcTypesComponent.this.DriverJdbcType[Int] & NumericTypedType

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def localDateColumnType: JdbcTypesComponent.this.DriverJdbcType[LocalDate]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def localDateTimeColumnType: JdbcTypesComponent.this.DriverJdbcType[LocalDateTime]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def localTimeColumnType: JdbcTypesComponent.this.DriverJdbcType[LocalTime]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def longColumnType: JdbcTypesComponent.this.DriverJdbcType[Long] & NumericTypedType

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.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 offsetDateTimeColumnType: JdbcTypesComponent.this.DriverJdbcType[OffsetDateTime]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def offsetTimeColumnType: JdbcTypesComponent.this.DriverJdbcType[OffsetTime]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.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: JdbcTypesComponent.this.DriverJdbcType[Short] & NumericTypedType

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.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: JdbcTypesComponent.this.DriverJdbcType[String]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.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 timeColumnType: JdbcTypesComponent.this.DriverJdbcType[Time]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def timestampColumnType: JdbcTypesComponent.this.DriverJdbcType[Timestamp]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala
implicit def uuidColumnType: JdbcTypesComponent.this.DriverJdbcType[UUID]

Attributes

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

Attributes

Inherited from:
RelationalAPI
Source
RelationalProfile.scala
implicit def zonedDateTimeColumnType: JdbcTypesComponent.this.DriverJdbcType[ZonedDateTime]

Attributes

Inherited from:
JdbcImplicitColumnTypes
Source
JdbcTypesComponent.scala