c

slaq.ql

Projection5

final case class Projection5[T1, T2, T3, T4, T5](_1: Column[T1], _2: Column[T2], _3: Column[T3], _4: Column[T4], _5: Column[T5]) extends Product5[Column[T1], Column[T2], Column[T3], Column[T4], Column[T5]] with Projection[(T1, T2, T3, T4, T5)] with Product with Serializable

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

Instance Constructors

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

Type Members

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

Inherited from Serializable

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

Inherited from ProductNode

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

Inherited from WithOp

Inherited from Cloneable

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

Inherited from Node

Inherited from Product5[Column[T1], Column[T2], Column[T3], Column[T4], Column[T5]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped