object Read
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Read
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[ResultType0, Out] = (SelectModule.this)#Read[Out] { type ResultType = ResultType0 }
- sealed trait ExprSet[-Source] extends AnyRef
- trait HavingIsSound[F, GroupByF] extends AnyRef
HAVINGcan only be called:HAVINGcan only be called:- If its called with an aggregated function returning boolean like
Having Count(id) > 5, while all the previously selected columns appeared in group by clause. 2. If its called with a normal expression returning boolean likehaving customer_id = '636ae137-5b1a-4c8c-b11f-c47c624d9cdcand all the previously selected columns appeared in group by clause.
- If its called with an aggregated function returning boolean like
- sealed case class Literal[B](values: Iterable[B])(implicit evidence$29: (SelectModule.this)#TypeTag[B]) extends (SelectModule.this)#Read[(B, Unit)] with Product with Serializable
- sealed case class Mapped[Repr, Out, Out2](read: Aux[Repr, Out], f: (Out) => Out2) extends (SelectModule.this)#Read[Out2] with Product with Serializable
- type Select[F, Repr, Source, Head, Tail <: (SelectModule.this)#SelectionSet[Source]] = Subselect[F, Repr, Source, Source, Head, Tail]
- 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
- sealed case class Union[Repr, Out](left: Aux[Repr, Out], right: Aux[Repr, Out], distinct: Boolean) extends (SelectModule.this)#Read[Out] with Product with Serializable
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lit[B](values: B*)(implicit arg0: (SelectModule.this)#TypeTag[B]): (SelectModule.this)#Read[(B, Unit)]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- object ExprSet
- object HavingIsSound
- object Subselect extends Serializable