Packages

sealed case class Subselect[F, Repr, Source, Subsource, Head, Tail <: (SelectModule.this)#SelectionSet[Source]](selection: (SelectModule.this)#Selection[F, Source, ConsAux[Repr, Source, Head, Tail]], table: Option[TableModule.Table.Aux[Subsource]], whereExpr: (SelectModule.this)#Expr[_, Source, Boolean], groupByExprs: ExprSet[Source] = ExprSet.NoExpr, havingExpr: (SelectModule.this)#Expr[_, Source, Boolean] = true, orderByExprs: List[(SelectModule.this)#Ordering[(SelectModule.this)#Expr[_, Source, Any]]] = Nil, offset: Option[Long] = None, limit: Option[Long] = None) extends (SelectModule.this)#Read[Repr] with Product with Serializable

Self Type
Subselect[F, Repr, Source, Subsource, Head, Tail]
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Subselect
  2. Serializable
  3. Product
  4. Equals
  5. Read
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Subselect(selection: (SelectModule.this)#Selection[F, Source, ConsAux[Repr, Source, Head, Tail]], table: Option[TableModule.Table.Aux[Subsource]], whereExpr: (SelectModule.this)#Expr[_, Source, Boolean], groupByExprs: ExprSet[Source] = ExprSet.NoExpr, havingExpr: (SelectModule.this)#Expr[_, Source, Boolean] = true, orderByExprs: List[(SelectModule.this)#Ordering[(SelectModule.this)#Expr[_, Source, Any]]] = Nil, offset: Option[Long] = None, limit: Option[Long] = None)

Type Members

  1. type CS = Cons[(value)#ColumnHead, (value)#ColumnTail, (value)#HeadIdentity]
    Definition Classes
    SubselectRead
  2. type ColumnHead = Head
    Definition Classes
    SubselectRead
  3. type ColumnTail = Tail.CS
    Definition Classes
    SubselectRead
  4. abstract type GroupByF
  5. type HeadIdentity = Identity
    Definition Classes
    SubselectRead
  6. type ResultType = Repr
    Definition Classes
    SubselectRead

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asTable(name: (SelectModule.this)#TableName): DerivedTable[Repr, Subselect[F, Repr, Source, Subsource, Head, Tail]]
    Definition Classes
    SubselectRead
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val columnSet: CS
    Definition Classes
    SubselectRead
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def groupBy[F1, F2, F3, F4, F5, F6, F7](expr1: (SelectModule.this)#Expr[F1, Source, Any], expr2: (SelectModule.this)#Expr[F2, Source, Any], expr3: (SelectModule.this)#Expr[F3, Source, Any], expr4: (SelectModule.this)#Expr[F4, Source, Any], expr5: (SelectModule.this)#Expr[F5, Source, Any], expr6: (SelectModule.this)#Expr[F6, Source, Any], expr7: (SelectModule.this)#Expr[F7, Source, Any])(implicit arg0: IsNotAggregated[F1], arg1: IsNotAggregated[F2], arg2: IsNotAggregated[F3], arg3: IsNotAggregated[F4], arg4: IsNotAggregated[F5], arg5: IsNotAggregated[F6], arg6: IsNotAggregated[F7]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1 with F2 with F3 with F4 with F5 with F6 with F7]

    TODO add arities up to 22 when needed / requested by users

  12. def groupBy[F1, F2, F3, F4, F5, F6](expr1: (SelectModule.this)#Expr[F1, Source, Any], expr2: (SelectModule.this)#Expr[F2, Source, Any], expr3: (SelectModule.this)#Expr[F3, Source, Any], expr4: (SelectModule.this)#Expr[F4, Source, Any], expr5: (SelectModule.this)#Expr[F5, Source, Any], expr6: (SelectModule.this)#Expr[F6, Source, Any])(implicit arg0: IsNotAggregated[F1], arg1: IsNotAggregated[F2], arg2: IsNotAggregated[F3], arg3: IsNotAggregated[F4], arg4: IsNotAggregated[F5], arg5: IsNotAggregated[F6]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1 with F2 with F3 with F4 with F5 with F6]
  13. def groupBy[F1, F2, F3, F4, F5](expr1: (SelectModule.this)#Expr[F1, Source, Any], expr2: (SelectModule.this)#Expr[F2, Source, Any], expr3: (SelectModule.this)#Expr[F3, Source, Any], expr4: (SelectModule.this)#Expr[F4, Source, Any], expr5: (SelectModule.this)#Expr[F5, Source, Any])(implicit arg0: IsNotAggregated[F1], arg1: IsNotAggregated[F2], arg2: IsNotAggregated[F3], arg3: IsNotAggregated[F4], arg4: IsNotAggregated[F5]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1 with F2 with F3 with F4 with F5]
  14. def groupBy[F1, F2, F3, F4](expr1: (SelectModule.this)#Expr[F1, Source, Any], expr2: (SelectModule.this)#Expr[F2, Source, Any], expr3: (SelectModule.this)#Expr[F3, Source, Any], expr4: (SelectModule.this)#Expr[F4, Source, Any])(implicit arg0: IsNotAggregated[F1], arg1: IsNotAggregated[F2], arg2: IsNotAggregated[F3], arg3: IsNotAggregated[F4]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1 with F2 with F3 with F4]
  15. def groupBy[F1, F2, F3](expr1: (SelectModule.this)#Expr[F1, Source, Any], expr2: (SelectModule.this)#Expr[F2, Source, Any], expr3: (SelectModule.this)#Expr[F3, Source, Any])(implicit arg0: IsNotAggregated[F1], arg1: IsNotAggregated[F2], arg2: IsNotAggregated[F3]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1 with F2 with F3]
  16. def groupBy[F1, F2](expr1: (SelectModule.this)#Expr[F1, Source, Any], expr2: (SelectModule.this)#Expr[F2, Source, Any])(implicit arg0: IsNotAggregated[F1], arg1: IsNotAggregated[F2]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1 with F2]
  17. def groupBy[F1](expr1: (SelectModule.this)#Expr[F1, Source, Any])(implicit arg0: IsNotAggregated[F1]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1]
  18. val groupByExprs: ExprSet[Source]
  19. def having[F2, Remainder](havingExpr2: (SelectModule.this)#Expr[F2, Source, Boolean])(implicit i: WithRemainder[F, Remainder], ev: <:<[GroupByF, Remainder], i2: HavingIsSound[F2, GroupByF]): Subselect[F, Repr, Source, Subsource, Head, Tail]
  20. val havingExpr: (SelectModule.this)#Expr[_, Source, Boolean]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def limit(n: Long): Subselect[F, Repr, Source, Subsource, Head, Tail]
  23. val limit: Option[Long]
  24. def map[Out2](f: (Repr) => Out2): Aux[ResultType, Out2]

    Maps the Read query's output to another type by providing a function that can transform from the current type to the new type.

    Maps the Read query's output to another type by providing a function that can transform from the current type to the new type.

    Definition Classes
    Read
  25. val mapper: (Repr) => Repr
    Definition Classes
    SubselectRead
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def normalize(implicit instance: (SelectModule.this)#TrailingUnitNormalizer[ResultType]): Subselect[F, Out, Source, Subsource, Head, Tail]
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def offset(n: Long): Subselect[F, Repr, Source, Subsource, Head, Tail]
  31. val offset: Option[Long]
  32. def orderBy(o: (SelectModule.this)#Ordering[(SelectModule.this)#Expr[_, Source, Any]], os: (SelectModule.this)#Ordering[(SelectModule.this)#Expr[_, Source, Any]]*): Subselect[F, Repr, Source, Subsource, Head, Tail]
  33. val orderByExprs: List[(SelectModule.this)#Ordering[(SelectModule.this)#Expr[_, Source, Any]]]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. val selection: (SelectModule.this)#Selection[F, Source, ConsAux[Repr, Source, Head, Tail]]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. val table: Option[TableModule.Table.Aux[Subsource]]
  38. def to[Target](f: (Repr) => Target): (SelectModule.this)#Read[Target]
    Definition Classes
    Read
  39. def union[Out1 >: Repr](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
    Definition Classes
    Read
  40. def unionAll[Out1 >: Repr](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
    Definition Classes
    Read
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. def where[F2](whereExpr2: (SelectModule.this)#Expr[F2, Source, Boolean]): Subselect[F, Repr, Source, Subsource, Head, Tail]
  45. val whereExpr: (SelectModule.this)#Expr[_, Source, Boolean]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (SelectModule.this)#Read[Repr]

Inherited from AnyRef

Inherited from Any

Ungrouped