package
sql
Type Members
-
final
class
ASC[K, V, T] extends SortOrder
-
-
case class
Assign[K, V, T](v: V) extends Product with Serializable
-
-
case class
Column[K, V, T] extends CLN[T] with Product with Serializable
-
sealed
trait
ColumnQuery extends AnyRef
-
-
final
class
DESC[K, V, T] extends SortOrder
-
trait
Delete[S <: FSH, In] extends AnyRef
-
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
-
sealed
trait
FSH extends AnyRef
-
sealed
trait
FSHJ[H <: TR, Cond <: JoinCond, T <: FSH] extends FSH
-
final
case class
From[A <: TR](repr: A) extends FSH with Product with Serializable
-
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
-
case class
Insert[In](astData: InsertInto, in: In) extends Product with Serializable
-
sealed
trait
JoinCond extends AnyRef
-
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
-
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
-
trait
Select[S <: FSH, Out, In] extends AnyRef
-
sealed
trait
SortOrder extends AnyRef
-
sealed
trait
TR extends AnyRef
-
final
class
TRepr[S, N, Rs <: HList, Ru <: HList] extends TR
-
case class
Table[A, N, Rs <: HList, Ru <: HList](repr: TRepr[A, N, Rs, Ru], nameTyped: N, name: String) extends Product with Serializable
-
trait
Update[S <: FSH, In] extends AnyRef
-
sealed
trait
WhereCond extends Product with Serializable
Value Members
-
object
All extends All with Product with Serializable
-
-
-
-
object
Table extends Serializable
-
object
WhereCond extends Serializable
-
package
ast
-
-
-
-
FROM Table shape. Describes plain tables|joins