SqlQueryGrouped

dataprism.platform.sql.query.SqlQueries.SqlQueryGrouped
trait SqlQueryGrouped[A[_[_]]] extends QueryGroupedBase[A], SqlQuery[A]

Attributes

Source
SqlQueries.scala
Graph
Supertypes
trait SqlQuery[A]
trait SqlQueryBase[A]
trait QueryGroupedBase[A]
trait QueryBase[A]
class Object
trait Matchable
class Any
Show all
Known subtypes
class SqlQueryGroupedHavingStage[A, Gr, Ma]

Members list

Value members

Abstract methods

Extension method from SqlQueries

Attributes

Source
SqlQueries.scala

Inherited methods

def applyK: ApplyKC[A]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
inline def count: SqlQueriesBase.this.DbValue[Long]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
override def crossJoin[B[_[_]]](that: Query[B]): Query[InnerJoin[A, B]]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
def crossJoin[B[_[_]]](that: Table[Codec, B]): SqlQueriesBase.this.Query[SqlQueriesBase.this.InnerJoin[A, B]]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
override def distinct: Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
inline def distinctOn[B](on: (A[DbValue]) => B)(using mr: MapRes[DbValue, B])(using cap: DistinctOnCapability): SqlQueriesBase.this.Query[A]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
def distinctOnK[B[_[_]] : FoldableKC](on: (A[DbValue]) => B[DbValue])(implicit evidence$1: FoldableKC[B], DistinctOnCapability): SqlQueriesBase.this.Query[A]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
override def distinctOnSeq(a: (A[DbValue]) => Seq[AnyDbValue])(using DistinctOnCapability): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
override def drop(n: Int): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
override def except(that: Query[A])(using ExceptCapability): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
override def exceptAll(that: Query[A])(using ExceptAllCapability): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
override def filter(f: InFilterCapability ?=> (A[DbValue]) => DbValue[Boolean]): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
override def flatMap[B[_[_]]](f: (A[DbValue]) => Query[B])(using LateralJoinCapability): Query[B]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
override def fullJoin[B[_[_]]](that: Query[B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean])(using FullJoinCapability): Query[FullJoin[A, B]]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
inline def groupMap[B, C](group: InGroupByCapability ?=> (A[DbValue]) => B)(using MRB: MapRes[DbValue, B])(map: InMapCapability ?=> (B, A[Many]) => C)(using MRC: MapRes[DbValue, C]): QueryPlatform.this.QueryGrouped[MRC.K]

Attributes

Inherited from:
QueryBase
Source
QueryPlatform.scala
override def groupMapK[B[_[_]] : TraverseKC, C[_[_]] : TraverseKC](group: InGroupByCapability ?=> (A[DbValue]) => B[DbValue])(map: InMapCapability ?=> (B[DbValue], A[Many]) => C[DbValue]): QueryGrouped[C]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala

Attributes

Inherited from:
QueryGroupedBase
Source
QueryPlatform.scala
override def intersect(that: Query[A])(using IntersectCapability): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
override def intersectAll(that: Query[A])(using IntersectAllCapability): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
override def join[B[_[_]]](that: Query[B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean]): Query[InnerJoin[A, B]]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
def join[B[_[_]]](that: Table[Codec, B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean])(using TraverseKC[B]): SqlQueriesBase.this.Query[SqlQueriesBase.this.InnerJoin[A, B]]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
override def leftJoin[B[_[_]]](that: Query[B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean]): Query[LeftJoin[A, B]]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
def leftJoin[B[_[_]]](that: Table[Codec, B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean]): SqlQueriesBase.this.Query[SqlQueriesBase.this.LeftJoin[A, B]]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
inline def limit(n: Int): SqlQueriesBase.this.Query[A]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
inline def map[R](f: InMapCapability ?=> (A[DbValue]) => R)(using res: MapRes[DbValue, R]): QueryPlatform.this.Query[res.K]

Attributes

Inherited from:
QueryBase
Source
QueryPlatform.scala
override def mapK[B[_[_]]](f: InMapCapability ?=> (A[DbValue]) => B[DbValue])(using FA: ApplyKC[B], FT: TraverseKC[B]): Query[B]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
inline def mapSingleGrouped[B](f: InMapCapability ?=> (A[Many]) => B)(using MR: MapRes[DbValue, B]): QueryPlatform.this.QueryGrouped[MR.K]

Attributes

Inherited from:
QueryBase
Source
QueryPlatform.scala
def mapSingleGroupedK[B[_[_]] : TraverseKC](f: InMapCapability ?=> (A[Many]) => B[DbValue]): QueryPlatform.this.QueryGrouped[B]

Attributes

Inherited from:
QueryBase
Source
QueryPlatform.scala
override def nested: Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
inline def offset(n: Int): SqlQueriesBase.this.Query[A]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
override def orderBy(f: InOrderByCapability ?=> (A[DbValue]) => OrdSeq): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
def rightJoin[B[_[_]]](that: Table[Codec, B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean]): Query[RightJoin[A, B]]

Attributes

Inherited from:
SqlQuery
Source
SqlQueries.scala
override def rightJoin[B[_[_]]](that: Query[B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean]): Query[RightJoin[A, B]]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
override def take(n: Int): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
def traverseK: TraverseKC[A]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
override def union(that: Query[A]): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
override def unionAll(that: Query[A]): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
override def where(f: InFilterCapability ?=> (A[DbValue]) => DbValue[Boolean]): Query[A]

Attributes

Definition Classes
Inherited from:
SqlQuery
Source
SqlQueries.scala
inline def withFilter(f: InFilterCapability ?=> (A[DbValue]) => DbValue[Boolean]): QueryPlatform.this.Query[A]

Attributes

Inherited from:
QueryBase
Source
QueryPlatform.scala

Givens

Inherited givens

given given_ApplyKC_A: ApplyKC[A]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala
given given_TraverseKC_A: TraverseKC[A]

Attributes

Inherited from:
SqlQueryBase
Source
SqlQueriesBase.scala