scala.slick.lifted

Aliases

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.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Aliases
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Column[T] = lifted.Column[T]

  2. type Compiled[T] = lifted.Compiled[T]

  3. type ConstColumn[T] = lifted.ConstColumn[T]

  4. type LiteralColumn[T] = lifted.LiteralColumn[T]

  5. type MappedProductShape[Level <: ShapeLevel, C, M <: C, U <: C, P <: C] = lifted.MappedProductShape[Level, C, M, U, P]

  6. type MappedScalaProductShape[Level <: ShapeLevel, C <: Product, M <: C, U <: C, P <: C] = lifted.MappedScalaProductShape[Level, C, M, U, P]

  7. type Parameters[PU, PP] = lifted.Parameters[PU, PP]

  8. type Query[+E, U] = lifted.Query[E, U]

  9. type Rep[T] = lifted.Rep[T]

  10. type Shape[Level <: ShapeLevel, -M, U, P] = lifted.Shape[Level, M, U, P]

  11. type ShapeLevel = lifted.ShapeLevel

  12. type SimpleBinaryOperator = lifted.SimpleBinaryOperator

  13. type SimpleExpression = lifted.SimpleExpression

  14. type SimpleFunction = lifted.SimpleFunction

  15. type SimpleLiteral = lifted.SimpleLiteral

  16. type TableQuery[+E <: AbstractTable[_], U] = lifted.TableQuery[E, U]

  17. type Tag = lifted.Tag

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Case: lifted.Case.type

  7. val Compiled: lifted.Compiled.type

  8. val ConstColumn: lifted.ConstColumn.type

  9. val Functions: lifted.Functions.type

  10. val LiteralColumn: lifted.LiteralColumn.type

  11. val Parameters: lifted.Parameters.type

  12. val Query: lifted.Query.type

  13. val ShapeLevel: lifted.ShapeLevel.type

  14. val SimpleBinaryOperator: lifted.SimpleBinaryOperator.type

  15. val SimpleExpression: lifted.SimpleExpression.type

  16. val SimpleFunction: lifted.SimpleFunction.type

  17. val SimpleLiteral: lifted.SimpleLiteral.type

  18. val TableQuery: lifted.TableQuery.type

  19. val TupleMethods: util.TupleMethods.type

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped