Packages

p

typed

sql

package sql

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class ASC[K, V, T] extends SortOrder
  2. sealed trait All extends ColumnQuery

    select *

  3. case class Assign[K, V, T](v: V) extends Product with Serializable
  4. sealed trait CLN[T] extends ColumnQuery
  5. case class Column[K, V, T] extends CLN[T] with Product with Serializable
  6. sealed trait ColumnQuery extends AnyRef
  7. trait ColumnSyntax extends AnyRef
  8. final class DESC[K, V, T] extends SortOrder
  9. trait Delete[S <: FSH, In] extends AnyRef
  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
  11. sealed trait FSH extends AnyRef

    FROM Table shape.

    FROM Table shape. Describes plain tables|joins

  12. sealed trait FSHJ[H <: TR, Cond <: JoinCond, T <: FSH] extends FSH
  13. final case class From[A <: TR](repr: A) extends FSH with Product with Serializable
  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
  15. case class Insert[In](astData: InsertInto, in: In) extends Product with Serializable
  16. sealed trait JoinCond extends AnyRef
  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
  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
  19. trait Select[S <: FSH, Out, In] extends AnyRef
  20. sealed trait SortOrder extends AnyRef
  21. sealed trait TR extends AnyRef
  22. final class TRepr[S, N, Rs <: HList, Ru <: HList] extends TR
  23. case class Table[A, N, Rs <: HList, Ru <: HList](repr: TRepr[A, N, Rs, Ru], nameTyped: N, name: String) extends Product with Serializable
  24. trait Update[S <: FSH, In] extends AnyRef
  25. sealed trait WhereCond extends Product with Serializable

Value Members

  1. object All extends All with Product with Serializable
  2. object Delete
  3. object JoinCond
  4. object Select
  5. object Table extends Serializable
  6. object WhereCond extends Serializable
  7. object syntax extends ColumnSyntax
  8. object toDoobie

Ungrouped