c

slaq.ql

Projection2

final case class Projection2[T1, T2](_1: Column[T1], _2: Column[T2]) extends Product2[Column[T1], Column[T2]] with Projection[(T1, T2)] with Product with Serializable

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

Instance Constructors

  1. new Projection2(_1: Column[T1], _2: Column[T2])

Type Members

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

Inherited from Serializable

Inherited from Projection[(T1, T2)]

Inherited from ProductNode

Inherited from ColumnBase[(T1, T2)]

Inherited from WithOp

Inherited from Cloneable

Inherited from ValueLinearizer[(T1, T2)]

Inherited from Node

Inherited from Product2[Column[T1], Column[T2]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped