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. Serializable
  4. Product
  5. Equals
  6. Read
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 ColumnsOut = ((SelectModule.this)#Expr[Source[(value)#HeadIdentity, Source], Source, Head], Tail.ColumnsOut[Source])
    Definition Classes
    SubselectRead
  2. abstract type GroupByF
  3. type ResultType = Repr
    Definition Classes
    SubselectRead
  4. type TableSource = Source
    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[Selection.ColumnsOut[Source], Repr, Subselect[F, Repr, Source, Subsource, Head, Tail] { type ColumnsOut = Subselect.this.ColumnsOut }, Source]
    Definition Classes
    SubselectRead
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def columns(name: (SelectModule.this)#TableName): Selection.ColumnsOut[Source]
    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[_]
    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 verify: GroupByLike[F, F1 with F2 with F3 with F4 with F5 with F6 with F7]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1 with F2 with F3 with F4 with F5 with F6 with F7]
  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 verify: GroupByLike[F, F1 with F2 with F3 with F4 with F5 with 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 verify: GroupByLike[F, F1 with F2 with F3 with F4 with 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 verify: GroupByLike[F, F1 with F2 with F3 with 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 verify: GroupByLike[F, F1 with F2 with 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 verify: GroupByLike[F, F1 with 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 verify: GroupByLike[F, F1]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1]
  18. val groupByExprs: ExprSet[Source]
  19. def having[F2](havingExpr2: (SelectModule.this)#Expr[F2, Source, Boolean])(implicit ev: HavingIsSound[F, GroupByF, F2]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF]
  20. val havingExpr: (SelectModule.this)#Expr[_, Source, Boolean]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def limit(n: Long): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF]
  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: Normalizer[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): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF]
  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]]*): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF]
  33. val orderByExprs: List[(SelectModule.this)#Ordering[(SelectModule.this)#Expr[_, Source, Any]]]
  34. val selection: (SelectModule.this)#Selection[F, Source, ConsAux[Repr, Source, Head, Tail]]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. val table: Option[TableModule.Table.Aux[Subsource]]
  37. def to[Target](f: (Repr) ⇒ Target): (SelectModule.this)#Read[Target]
    Definition Classes
    Read
  38. def union[Out1 >: Repr](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
    Definition Classes
    Read
  39. def unionAll[Out1 >: Repr](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
    Definition Classes
    Read
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. def where[F2](whereExpr2: (SelectModule.this)#Expr[F2, Source, Boolean])(implicit ev: WhereIsSound[F2, GroupByF]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF]
  44. val whereExpr: (SelectModule.this)#Expr[_, Source, Boolean]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

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

Inherited from AnyRef

Inherited from Any

Ungrouped