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
- Serializable
- Product
- Equals
- Read
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[Selection.ColumnsOut[Source], Repr, Subselect[F, Repr, Source, Subsource, Head, Tail] { type ColumnsOut = Subselect.this.ColumnsOut }, Source]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def columns(name: (SelectModule.this)#TableName): Selection.ColumnsOut[Source]
-
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[_]
- 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 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- val groupByExprs: ExprSet[Source]
- def having[F2](havingExpr2: (SelectModule.this)#Expr[F2, Source, Boolean])(implicit ev: HavingIsSound[F, GroupByF, F2]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF]
- val havingExpr: (SelectModule.this)#Expr[_, Source, Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def limit(n: Long): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF]
- 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: Normalizer[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): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF]
- val offset: Option[Long]
- 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]
- val orderByExprs: List[(SelectModule.this)#Ordering[(SelectModule.this)#Expr[_, Source, Any]]]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def where[F2](whereExpr2: (SelectModule.this)#Expr[F2, Source, Boolean])(implicit ev: WhereIsSound[F2, GroupByF]): WithGroupByF[F, Repr, Source, Subsource, Head, Tail, GroupByF]
- val whereExpr: (SelectModule.this)#Expr[_, Source, Boolean]