trait Aliases extends AnyRef
Aliases for lifted embedding features. This trait can be mixed into aliasing objects which simplify the use of the lifted embedding.
- Source
- Aliases.scala
- Alphabetic
- By Inheritance
- Aliases
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Type Members
- type AsyncExecutor = util.AsyncExecutor
- type CaseClassShape[P <: Product, LiftedTuple, LiftedCaseClass <: P, PlainTuple, PlainCaseClass <: P] = lifted.CaseClassShape[P, LiftedTuple, LiftedCaseClass, PlainTuple, PlainCaseClass]
- type ColumnsShapeLevel = lifted.ColumnsShapeLevel
- type Compiled[T] = lifted.Compiled[T]
- type ConstColumn[T] = lifted.ConstColumn[T]
- type DBIO[+R] = dbio.DBIOAction[R, dbio.NoStream, All]
- type DBIOAction[+R, +S <: dbio.NoStream, -E <: dbio.Effect] = dbio.DBIOAction[R, S, E]
- type Effect = dbio.Effect
- type FlatShapeLevel = lifted.FlatShapeLevel
- type ForeignKeyAction = model.ForeignKeyAction
- type LiteralColumn[T] = lifted.LiteralColumn[T]
- type MappedProductShape[Level <: ShapeLevel, C, M <: C, U <: C, P <: C] = lifted.MappedProductShape[Level, C, M, U, P]
- type MappedScalaProductShape[Level <: ShapeLevel, C <: Product, M <: C, U <: C, P <: C] = lifted.MappedScalaProductShape[Level, C, M, U, P]
- type NestedShapeLevel = lifted.NestedShapeLevel
- type NoStream = dbio.NoStream
- type Parameters[PU, PP] = lifted.Parameters[PU, PP]
- type ProductClassShape[E <: Product, C <: Product] = lifted.ProductClassShape[E, C]
- type Query[+E, U, C[_]] = lifted.Query[E, U, C]
- type Rep[T] = lifted.Rep[T]
- type Shape[Level <: ShapeLevel, -M, U, P] = lifted.Shape[Level, M, U, P]
- type ShapeLevel = lifted.ShapeLevel
- type SimpleBinaryOperator = lifted.SimpleBinaryOperator
- type SimpleExpression = lifted.SimpleExpression
- type SimpleFunction = lifted.SimpleFunction
- type SimpleLiteral = lifted.SimpleLiteral
- type Streaming[+T] = dbio.Streaming[T]
- type StreamingDBIO[+R, +T] = dbio.DBIOAction[R, dbio.Streaming[T], All]
- type TableQuery[E <: AbstractTable[_]] = lifted.TableQuery[E]
- type Tag = lifted.Tag
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Aliases, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AsyncExecutor: util.AsyncExecutor.type
- val Case: lifted.Case.type
- val Compiled: lifted.Compiled.type
- val DBIO: DBIOAction.type
- val Effect: dbio.Effect.type
- val ForeignKeyAction: model.ForeignKeyAction.type
- val Functions: lifted.Functions.type
- val LiteralColumn: lifted.LiteralColumn.type
- val Parameters: lifted.Parameters.type
- val Query: lifted.Query.type
- val Rep: lifted.Rep.type
- val SimpleBinaryOperator: lifted.SimpleBinaryOperator.type
- val SimpleExpression: lifted.SimpleExpression.type
- val SimpleFunction: lifted.SimpleFunction.type
- val SimpleLiteral: lifted.SimpleLiteral.type
- val TableQuery: lifted.TableQuery.type
- val TupleMethods: util.TupleMethods.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def ensuring(cond: (Aliases) => Boolean, msg: => Any): Aliases
- def ensuring(cond: (Aliases) => Boolean): Aliases
- def ensuring(cond: Boolean, msg: => Any): Aliases
- def ensuring(cond: Boolean): Aliases
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Aliases toStringFormat[Aliases] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (Aliases, B)
- Implicit
- This member is added by an implicit conversion from Aliases toArrowAssoc[Aliases] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
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...