SqlQueryBase
dataprism.platform.sql.query.SqlQueriesBase.SqlQueryBase
trait SqlQueryBase[A[_[_]]] extends QueryBase[A]
Attributes
- Source
- SqlQueriesBase.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait SqlQuery[A]trait SqlQueryGrouped[A]class SqlQueryDistinctStage[A]class SqlQueryFromStage[A]class SqlQueryLimitOffsetStage[A]class SqlQueryOrderedStage[A]class SqlQuerySetOperations[A]class SqlQueryValues[A]class SqlQueryWithoutFrom[A]Show all
Members list
Value members
Abstract methods
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Concrete methods
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
inline def distinctOn[B](on: (A[DbValue]) => B)(using mr: MapRes[DbValue, B])(using cap: DistinctOnCapability): Query[A]
Attributes
- Source
- SqlQueriesBase.scala
def distinctOnK[B[_[_]] : FoldableKC](on: (A[DbValue]) => B[DbValue])(implicit evidence$1: FoldableKC[B], DistinctOnCapability): Query[A]
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Attributes
- Source
- SqlQueriesBase.scala
Inherited methods
def crossJoin[B[_[_]]](that: Query[B]): QueryPlatform.this.Query[QueryPlatform.this.InnerJoin[A, B]]
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
def fullJoin[B[_[_]]](that: Query[B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean])(using FullJoinCapability): QueryPlatform.this.Query[QueryPlatform.this.FullJoin[A, B]]
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.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
def groupMapK[B[_[_]] : TraverseKC, C[_[_]] : TraverseKC](group: InGroupByCapability ?=> (A[DbValue]) => B[DbValue])(map: InMapCapability ?=> (B[DbValue], A[Many]) => C[DbValue]): QueryPlatform.this.QueryGrouped[C]
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
def join[B[_[_]]](that: Query[B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean]): QueryPlatform.this.Query[QueryPlatform.this.InnerJoin[A, B]]
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
def leftJoin[B[_[_]]](that: Query[B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean]): QueryPlatform.this.Query[QueryPlatform.this.LeftJoin[A, B]]
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.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
def mapK[B[_[_]] : TraverseKC](f: InMapCapability ?=> (A[DbValue]) => B[DbValue]): QueryPlatform.this.Query[B]
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.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
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
def rightJoin[B[_[_]]](that: Query[B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean]): QueryPlatform.this.Query[QueryPlatform.this.RightJoin[A, B]]
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
inline def withFilter(f: InFilterCapability ?=> (A[DbValue]) => DbValue[Boolean]): QueryPlatform.this.Query[A]
Attributes
- Inherited from:
- QueryBase
- Source
- QueryPlatform.scala
Givens
In this article