SelectQuery

object SelectQuery
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Types

type RESULT[R] = R match { case SqlExpr[t] *: tail => t *: RESULT[tail] case EmptyTuple => EmptyTuple }

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Extensions

Extensions

extension (t: T)
inline def join[T <: SelectQuery](joinType: JoinType, t2: T2, on: Option[T2 & T => Condition]): T & T2
inline def select[T <: SelectQuery](cond: T => R): QueryStmt[RESULT[R]]
inline def where[T <: SelectQuery](cond: T => Condition): T