scala.slick.lifted

Projection9

final class Projection9[T1, T2, T3, T4, T5, T6, T7, T8, T9] extends (Column[T1], Column[T2], Column[T3], Column[T4], Column[T5], Column[T6], Column[T7], Column[T8], Column[T9]) with Projection[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]

Linear Supertypes
Projection[(T1, T2, T3, T4, T5, T6, T7, T8, T9)], ProductNode, SimpleNode, Node, ColumnBase[(T1, T2, T3, T4, T5, T6, T7, T8, T9)], RecordLinearizer[(T1, T2, T3, T4, T5, T6, T7, T8, T9)], ValueLinearizer[(T1, T2, T3, T4, T5, T6, T7, T8, T9)], Rep[(T1, T2, T3, T4, T5, T6, T7, T8, T9)], WithOp, Cloneable, java.lang.Cloneable, NodeGenerator, (Column[T1], Column[T2], Column[T3], Column[T4], Column[T5], Column[T6], Column[T7], Column[T8], Column[T9]), Serializable, java.io.Serializable, Product9[Column[T1], Column[T2], Column[T3], Column[T4], Column[T5], Column[T6], Column[T7], Column[T8], Column[T9]], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Projection9
  2. Projection
  3. ProductNode
  4. SimpleNode
  5. Node
  6. ColumnBase
  7. RecordLinearizer
  8. ValueLinearizer
  9. Rep
  10. WithOp
  11. Cloneable
  12. Cloneable
  13. NodeGenerator
  14. Tuple9
  15. Serializable
  16. Serializable
  17. Product9
  18. Product
  19. Equals
  20. AnyRef
  21. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Projection9(_1: Column[T1], _2: Column[T2], _3: Column[T3], _4: Column[T4], _5: Column[T5], _6: Column[T6], _7: Column[T7], _8: Column[T8], _9: Column[T9])

Type Members

  1. type V = (T1, T2, T3, T4, T5, T6, T7, T8, T9)

    Definition Classes
    Projection

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <>[R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ R, g: (R) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]): MappedProjection[R, (T1, T2, T3, T4, T5, T6, T7, T8, T9)]

  5. def <>[R](f: ((T1, T2, T3, T4, T5, T6, T7, T8, T9)) ⇒ R, g: (R) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]): MappedProjection[R, (T1, T2, T3, T4, T5, T6, T7, T8, T9)]

    Definition Classes
    Projection
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val _1: Column[T1]

    Definition Classes
    Projection9 → Tuple9 → Product9
  9. val _2: Column[T2]

    Definition Classes
    Projection9 → Tuple9 → Product9
  10. val _3: Column[T3]

    Definition Classes
    Projection9 → Tuple9 → Product9
  11. val _4: Column[T4]

    Definition Classes
    Projection9 → Tuple9 → Product9
  12. val _5: Column[T5]

    Definition Classes
    Projection9 → Tuple9 → Product9
  13. val _6: Column[T6]

    Definition Classes
    Projection9 → Tuple9 → Product9
  14. val _7: Column[T7]

    Definition Classes
    Projection9 → Tuple9 → Product9
  15. val _8: Column[T8]

    Definition Classes
    Projection9 → Tuple9 → Product9
  16. val _9: Column[T9]

    Definition Classes
    Projection9 → Tuple9 → Product9
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): Projection9.this.type

    Definition Classes
    WithOp → AnyRef
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(o: Any): Boolean

    Definition Classes
    ProductNode → AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def getAllColumnTypeMappers: collection.immutable.Vector[TypeMapper[_]]

    Definition Classes
    Projection
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def getLinearizedNodes: IndexedSeq[Node]

    Definition Classes
    ProjectionRecordLinearizer
  25. def getResult(profile: BasicProfile, rs: PositionedResult): (T1, T2, T3, T4, T5, T6, T7, T8, T9)

    Definition Classes
    Projection9RecordLinearizer
  26. def hashCode(): Int

    Definition Classes
    ProductNode → AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def mapOp(f: (Node, List[Int]) ⇒ Node, positions: List[Int]): Projection9.this.type

    Definition Classes
    Projection9WithOp
  29. final def narrowedLinearizer: RecordLinearizer[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]

    Definition Classes
    RecordLinearizerValueLinearizer
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def nodeChildNames: Iterable[String]

    Names for the child nodes to show in AST dumps.

    Names for the child nodes to show in AST dumps. Defaults to a numbered sequence starting at 0 but can be overridden by subclasses to produce more suitable names.

    Definition Classes
    ProductNodeNode
  32. lazy val nodeChildren: collection.immutable.IndexedSeq[Node]

    Definition Classes
    ProjectionNode
  33. def nodeDelegate: Node

    Definition Classes
    NodeNodeGenerator
  34. def nodeIntrinsicSymbol: IntrinsicSymbol

    The intrinsic symbol that points to this Node object.

    The intrinsic symbol that points to this Node object.

    Definition Classes
    Node
  35. def nodeMapChildren(f: (Node) ⇒ Node): Node

    Apply a mapping function to all children of this node and recreate the node with the new children.

    Apply a mapping function to all children of this node and recreate the node with the new children. If all new children are identical to the old ones, this node is returned.

    Definition Classes
    SimpleNodeNode
  36. final def nodeMapNodes(s: Iterable[Node], f: (Node) ⇒ Node): Option[IndexedSeq[Node]]

    Attributes
    protected[this]
    Definition Classes
    Node
  37. def nodeRebuild(ch: IndexedSeq[Node]): Node

    Attributes
    protected[this]
    Definition Classes
    ProductNodeSimpleNode
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. final def op: Node

    Definition Classes
    WithOp
  41. def productArity: Int

    Definition Classes
    Product9 → Product
  42. def productElement(n: Int): Any

    Definition Classes
    Product9 → Product
    Annotations
    @throws()
  43. def setParameter(profile: BasicProfile, ps: PositionedParameters, value: Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]): Unit

    Definition Classes
    ProjectionRecordLinearizer
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    ProjectionProductNodeNode → AnyRef → Any
  46. def updateResult(profile: BasicProfile, rs: PositionedResult, value: (T1, T2, T3, T4, T5, T6, T7, T8, T9)): Unit

    Definition Classes
    ProjectionRecordLinearizer
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. def ~[U](c: Column[U]): Projection10[T1, T2, T3, T4, T5, T6, T7, T8, T9, U]

  51. def ~:[U](c: Column[U]): Projection10[U, T1, T2, T3, T4, T5, T6, T7, T8, T9]

Inherited from Projection[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]

Inherited from ProductNode

Inherited from SimpleNode

Inherited from Node

Inherited from ColumnBase[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]

Inherited from RecordLinearizer[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]

Inherited from ValueLinearizer[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]

Inherited from Rep[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]

Inherited from WithOp

Inherited from Cloneable

Inherited from java.lang.Cloneable

Inherited from NodeGenerator

Inherited from (Column[T1], Column[T2], Column[T3], Column[T4], Column[T5], Column[T6], Column[T7], Column[T8], Column[T9])

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product9[Column[T1], Column[T2], Column[T3], Column[T4], Column[T5], Column[T6], Column[T7], Column[T8], Column[T9]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped