t

slaq.ql

Projection

sealed trait Projection[T <: Product] extends ColumnBase[T] with ProductNode with Product

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Projection
  2. Product
  3. Equals
  4. ProductNode
  5. ColumnBase
  6. WithOp
  7. Cloneable
  8. ValueLinearizer
  9. Node
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type V = T

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def getResult(profile: Profile, rs: PositionedResult): T
    Definition Classes
    ValueLinearizer
  3. abstract def productArity: Int
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any
    Definition Classes
    Product

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

Inherited from Product

Inherited from Equals

Inherited from ProductNode

Inherited from ColumnBase[T]

Inherited from WithOp

Inherited from Cloneable

Inherited from ValueLinearizer[T]

Inherited from Node

Inherited from AnyRef

Inherited from Any

Ungrouped