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
- Alphabetic
- By Inheritance
Inherited
- Subselect
- Serializable
- Product
- Equals
- Read
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asTable(name: (SelectModule.this)#TableName): DerivedTable[Repr, Subselect[F, Repr, Source, Subsource, Head, Tail]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val columnSet: CS
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- 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]
- 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]
- 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]
- 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]
- 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]
- def groupBy[F1](expr1: (SelectModule.this)#Expr[F1, Source, Any])(implicit arg0: IsNotAggregated[F1]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF with F1]
- val groupByExprs: ExprSet[Source]
- 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]
- val havingExpr: (SelectModule.this)#Expr[_, Source, Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def limit(n: Long): Subselect[F, Repr, Source, Subsource, Head, Tail]
- val limit: Option[Long]
- 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.
- val mapper: (Repr) => Repr
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalize(implicit instance: (SelectModule.this)#TrailingUnitNormalizer[ResultType]): Subselect[F, Out, Source, Subsource, Head, Tail]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def offset(n: Long): Subselect[F, Repr, Source, Subsource, Head, Tail]
- val offset: Option[Long]
- 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]
- val orderByExprs: List[(SelectModule.this)#Ordering[(SelectModule.this)#Expr[_, Source, Any]]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val selection: (SelectModule.this)#Selection[F, Source, ConsAux[Repr, Source, Head, Tail]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val table: Option[TableModule.Table.Aux[Subsource]]
- def to[Target](f: (Repr) => Target): (SelectModule.this)#Read[Target]
- Definition Classes
- Read
- def union[Out1 >: Repr](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
- Definition Classes
- Read
- def unionAll[Out1 >: Repr](that: Aux[ResultType, Out1]): Aux[ResultType, Out1]
- Definition Classes
- Read
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def where[F2](whereExpr2: (SelectModule.this)#Expr[F2, Source, Boolean]): Subselect[F, Repr, Source, Subsource, Head, Tail]
- val whereExpr: (SelectModule.this)#Expr[_, Source, Boolean]