object Read

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Read
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Aux[ResultType0, Out] = (SelectModule.this)#Read[Out] { type ResultType = ResultType0 }
  2. sealed trait ExprSet[-Source] extends AnyRef
  3. trait HavingIsSound[F, GroupByF] extends AnyRef

    HAVING can only be called:

    HAVING can only be called:

    1. 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 like having customer_id = '636ae137-5b1a-4c8c-b11f-c47c624d9cdc and all the previously selected columns appeared in group by clause.
  4. 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
  5. sealed case class Mapped[Repr, Out, Out2](read: Aux[Repr, Out], f: (Out) => Out2) extends (SelectModule.this)#Read[Out2] with Product with Serializable
  6. type Select[F, Repr, Source, Head, Tail <: (SelectModule.this)#SelectionSet[Source]] = Subselect[F, Repr, Source, Source, Head, Tail]
  7. 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
  8. 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

  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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def lit[B](values: B*)(implicit arg0: (SelectModule.this)#TypeTag[B]): (SelectModule.this)#Read[(B, Unit)]
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. object ExprSet
  22. object HavingIsSound
  23. object Subselect extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped