Package

typed

sql

Permalink

package sql

Visibility
  1. Public
  2. All

Type Members

  1. final class ASC[K, V, T] extends SortOrder

    Permalink
  2. sealed trait All extends ColumnQuery

    Permalink

    select *

  3. case class Assign[K, V, T](v: V) extends Product with Serializable

    Permalink
  4. sealed trait CLN[T] extends ColumnQuery

    Permalink
  5. case class Column[K, V, T] extends CLN[T] with Product with Serializable

    Permalink
  6. sealed trait ColumnQuery extends AnyRef

    Permalink
  7. trait ColumnSyntax extends AnyRef

    Permalink
  8. final class DESC[K, V, T] extends SortOrder

    Permalink
  9. trait Delete[S <: FSH, In] extends AnyRef

    Permalink
  10. final case class FJ[H <: TR, Cond <: JoinCond, T <: FSH](repr: H, cond: Cond, tail: T) extends FSHJ[H, Cond, T] with Product with Serializable

    Permalink
  11. sealed trait FSH extends AnyRef

    Permalink

    FROM Table shape.

    FROM Table shape. Describes plain tables|joins

  12. sealed trait FSHJ[H <: TR, Cond <: JoinCond, T <: FSH] extends FSH

    Permalink
  13. final case class From[A <: TR](repr: A) extends FSH with Product with Serializable

    Permalink
  14. final case class IJ[H <: TR, Cond <: JoinCond, T <: FSH](repr: H, cond: Cond, tail: T) extends FSHJ[H, Cond, T] with Product with Serializable

    Permalink
  15. case class Insert[In](astData: InsertInto, in: In) extends Product with Serializable

    Permalink
  16. sealed trait JoinCond extends AnyRef

    Permalink
  17. final case class LJ[H <: TR, Cond <: JoinCond, T <: FSH](repr: H, cond: Cond, tail: T) extends FSHJ[H, Cond, T] with Product with Serializable

    Permalink
  18. final case class RJ[H <: TR, Cond <: JoinCond, T <: FSH](repr: H, cond: Cond, tail: T) extends FSHJ[H, Cond, T] with Product with Serializable

    Permalink
  19. trait Select[S <: FSH, Out, In] extends AnyRef

    Permalink
  20. sealed trait SortOrder extends AnyRef

    Permalink
  21. sealed trait TR extends AnyRef

    Permalink
  22. final class TRepr[S, N, Rs <: HList, Ru <: HList] extends TR

    Permalink
  23. case class Table[A, N, Rs <: HList, Ru <: HList](repr: TRepr[A, N, Rs, Ru], nameTyped: N, name: String) extends Product with Serializable

    Permalink
  24. trait Update[S <: FSH, In] extends AnyRef

    Permalink
  25. sealed trait WhereCond extends Product with Serializable

    Permalink

Value Members

  1. object All extends All with Product with Serializable

    Permalink
  2. object Delete

    Permalink
  3. object JoinCond

    Permalink
  4. object Select

    Permalink
  5. object Table extends Serializable

    Permalink
  6. object WhereCond extends Serializable

    Permalink
  7. package ast

    Permalink
  8. package internal

    Permalink
  9. package prefixes

    Permalink
  10. object syntax extends ColumnSyntax

    Permalink
  11. object toDoobie

    Permalink

Ungrouped