scala.slick.lifted

Projection3

final class Projection3[T1, T2, T3] extends (Column[T1], Column[T2], Column[T3]) with Projection[(T1, T2, T3)]

Linear Supertypes
Projection[(T1, T2, T3)], ProductNode, SimpleNode, Node, ColumnBase[(T1, T2, T3)], RecordLinearizer[(T1, T2, T3)], ValueLinearizer[(T1, T2, T3)], Rep[(T1, T2, T3)], WithOp, Cloneable, java.lang.Cloneable, NodeGenerator, (Column[T1], Column[T2], Column[T3]), Serializable, java.io.Serializable, Product3[Column[T1], Column[T2], Column[T3]], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Projection3
  2. Projection
  3. ProductNode
  4. SimpleNode
  5. Node
  6. ColumnBase
  7. RecordLinearizer
  8. ValueLinearizer
  9. Rep
  10. WithOp
  11. Cloneable
  12. Cloneable
  13. NodeGenerator
  14. Tuple3
  15. Serializable
  16. Serializable
  17. Product3
  18. Product
  19. Equals
  20. AnyRef
  21. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Projection3(_1: Column[T1], _2: Column[T2], _3: Column[T3])

Type Members

  1. type V = (T1, T2, T3)

    Definition Classes
    Projection

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. def <>[R](f: (T1, T2, T3) ⇒ R, g: (R) ⇒ Option[(T1, T2, T3)]): MappedProjection[R, (T1, T2, T3)]

  5. def <>[R](f: ((T1, T2, T3)) ⇒ R, g: (R) ⇒ Option[(T1, T2, T3)]): MappedProjection[R, (T1, T2, T3)]

    Definition Classes
    Projection
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. val _1: Column[T1]

    Definition Classes
    Projection3 → Tuple3 → Product3
  9. val _2: Column[T2]

    Definition Classes
    Projection3 → Tuple3 → Product3
  10. val _3: Column[T3]

    Definition Classes
    Projection3 → Tuple3 → Product3
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): Projection3.this.type

    Definition Classes
    WithOp → AnyRef
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(o: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def getAllColumnTypeMappers: collection.immutable.Vector[TypeMapper[_]]

    Definition Classes
    Projection
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getLinearizedNodes: IndexedSeq[Node]

    Definition Classes
    ProjectionRecordLinearizer
  19. def getResult(profile: BasicProfile, rs: PositionedResult): (T1, T2, T3)

    Definition Classes
    Projection3RecordLinearizer
  20. def hashCode(): Int

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

    Definition Classes
    Any
  22. def mapOp(f: (Node, List[Int]) ⇒ Node, positions: List[Int]): Projection3.this.type

    Definition Classes
    Projection3WithOp
  23. final def narrowedLinearizer: RecordLinearizer[(T1, T2, T3)]

    Definition Classes
    RecordLinearizerValueLinearizer
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def nodeChildNames: Iterable[String]

    Names for the child nodes to show in AST dumps.

    Names for the child nodes to show in AST dumps. Defaults to a numbered sequence starting at 0 but can be overridden by subclasses to produce more suitable names.

    Definition Classes
    ProductNodeNode
  26. lazy val nodeChildren: collection.immutable.IndexedSeq[Node]

    Definition Classes
    ProjectionNode
  27. def nodeDelegate: Node

    Definition Classes
    NodeNodeGenerator
  28. def nodeIntrinsicSymbol: IntrinsicSymbol

    The intrinsic symbol that points to this Node object.

    The intrinsic symbol that points to this Node object.

    Definition Classes
    Node
  29. def nodeMapChildren(f: (Node) ⇒ Node): Node

    Apply a mapping function to all children of this node and recreate the node with the new children.

    Apply a mapping function to all children of this node and recreate the node with the new children. If all new children are identical to the old ones, this node is returned.

    Definition Classes
    SimpleNodeNode
  30. final def nodeMapNodes(s: Iterable[Node], f: (Node) ⇒ Node): Option[IndexedSeq[Node]]

    Attributes
    protected[this]
    Definition Classes
    Node
  31. def nodeRebuild(ch: IndexedSeq[Node]): Node

    Attributes
    protected[this]
    Definition Classes
    ProductNodeSimpleNode
  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. final def op: Node

    Definition Classes
    WithOp
  35. def productArity: Int

    Definition Classes
    Product3 → Product
  36. def productElement(n: Int): Any

    Definition Classes
    Product3 → Product
    Annotations
    @throws()
  37. def setParameter(profile: BasicProfile, ps: PositionedParameters, value: Option[(T1, T2, T3)]): Unit

    Definition Classes
    ProjectionRecordLinearizer
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    ProjectionProductNodeNode → AnyRef → Any
  40. def updateResult(profile: BasicProfile, rs: PositionedResult, value: (T1, T2, T3)): Unit

    Definition Classes
    ProjectionRecordLinearizer
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def ~[U](c: Column[U]): Projection4[T1, T2, T3, U]

  45. def ~:[U](c: Column[U]): Projection4[U, T1, T2, T3]

Inherited from Projection[(T1, T2, T3)]

Inherited from ProductNode

Inherited from SimpleNode

Inherited from Node

Inherited from ColumnBase[(T1, T2, T3)]

Inherited from RecordLinearizer[(T1, T2, T3)]

Inherited from ValueLinearizer[(T1, T2, T3)]

Inherited from Rep[(T1, T2, T3)]

Inherited from WithOp

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from NodeGenerator

Inherited from (Column[T1], Column[T2], Column[T3])

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product3[Column[T1], Column[T2], Column[T3]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped