c

slaq.ql

Projection3

final case class Projection3[T1, T2, T3](_1: Column[T1], _2: Column[T2], _3: Column[T3]) extends Product3[Column[T1], Column[T2], Column[T3]] with Projection[(T1, T2, T3)] with Product with Serializable

Linear Supertypes
Serializable, Projection[(T1, T2, T3)], ProductNode, ColumnBase[(T1, T2, T3)], WithOp, Cloneable, ValueLinearizer[(T1, T2, T3)], Node, Product3[Column[T1], Column[T2], Column[T3]], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Projection3
  2. Serializable
  3. Projection
  4. ProductNode
  5. ColumnBase
  6. WithOp
  7. Cloneable
  8. ValueLinearizer
  9. Node
  10. Product3
  11. Product
  12. Equals
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def <>[R](f: (T1, T2, T3) => R, g: (R) => Option[V]): MappedProjection[R, V]
    Annotations
    @inline()
  4. final def <>[R](f: ((T1, T2, T3)) => R, g: (R) => Option[(T1, T2, T3)]): MappedProjection[R, (T1, T2, T3)]
    Definition Classes
    Projection
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val _1: Column[T1]
    Definition Classes
    Projection3 → Product3
  7. val _2: Column[T2]
    Definition Classes
    Projection3 → Product3
  8. val _3: Column[T3]
    Definition Classes
    Projection3 → Product3
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): Projection3.this.type
    Definition Classes
    WithOp → AnyRef
  11. final def dump(name: String, nc: NamingContext = NamingContext()): Unit
    Definition Classes
    Node
  12. def dump(dc: DumpContext, prefix: String, name: String): Unit
    Definition Classes
    Node
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getAllColumnTypeMappers: IndexedSeq[TypeMapper[_]]
    Definition Classes
    Projection
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def getLinearizedNodes: IndexedSeq[Node]
    Definition Classes
    ProjectionValueLinearizer
  18. def getResult(profile: Profile, rs: PositionedResult): (T1, T2, T3)
    Definition Classes
    Projection3ValueLinearizer
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isNamedTable: Boolean
    Definition Classes
    Node
  21. def mapOp(f: (Node) => Node): Projection3.this.type
    Definition Classes
    Projection3WithOp
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. lazy val nodeChildren: List[Node]
    Definition Classes
    ProductNodeNode
  24. def nodeDelegate: Node
    Definition Classes
    ColumnBaseNode
  25. def nodeNamedChildren: Seq[(Node, String)]
    Definition Classes
    Node
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def op: Node
    Definition Classes
    WithOp
  29. val product: Projection[(T1, T2, T3)]
    Definition Classes
    ProjectionProductNode
  30. def productArity: Int
    Definition Classes
    Product3 → Product
  31. def productElement(n: Int): Any
    Definition Classes
    Product3 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. final def setParameter(profile: Profile, ps: PositionedParameters, value: Option[(T1, T2, T3)]): Unit
    Definition Classes
    ProjectionValueLinearizer
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    ProjectionProductNode → AnyRef → Any
  36. final def updateResult(profile: Profile, rs: PositionedResult, value: (T1, T2, T3)): Unit
    Definition Classes
    ProjectionValueLinearizer
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def ~[U](c: Column[U]): Projection4[T1, T2, T3, U]

Inherited from Serializable

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

Inherited from ProductNode

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

Inherited from WithOp

Inherited from Cloneable

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

Inherited from Node

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

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped