c

slaq.ql

Projection4

final case class Projection4[T1, T2, T3, T4](_1: Column[T1], _2: Column[T2], _3: Column[T3], _4: Column[T4]) extends Product4[Column[T1], Column[T2], Column[T3], Column[T4]] with Projection[(T1, T2, T3, T4)] with Product with Serializable

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

Instance Constructors

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

Type Members

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

Inherited from Serializable

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

Inherited from ProductNode

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

Inherited from WithOp

Inherited from Cloneable

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

Inherited from Node

Inherited from Product4[Column[T1], Column[T2], Column[T3], Column[T4]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped