SqlQueryLimitOffsetStage
dataprism.platform.sql.query.SqlQueries.SqlQuery.SqlQueryLimitOffsetStage
Attributes
- Source
- SqlQueries.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlQuery[A]trait SqlQueryBase[A]trait QueryBase[A]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- SqlQueries.scala
Attributes
- Definition Classes
- Source
- SqlQueries.scala
Inherited methods
Attributes
- Inherited from:
- SqlQueryBase
- Source
- SqlQueriesBase.scala
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
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
Attributes
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
Attributes
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
Attributes
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
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
def fullJoin[B[_[_]]](that: Table[Codec, B])(on: InJoinConditionCapability ?=> (A[DbValue], B[DbValue]) => DbValue[Boolean])(using FullJoinCapability): SqlQueriesBase.this.Query[SqlQueriesBase.this.FullJoin[A, B]]
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
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
Attributes
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
Attributes
- Inherited from:
- SqlQueryBase
- Source
- SqlQueriesBase.scala
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
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
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
Attributes
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
Attributes
- Inherited from:
- SqlQueryBase
- Source
- SqlQueriesBase.scala
Attributes
- Inherited from:
- SqlQueryBase
- Source
- SqlQueriesBase.scala
Attributes
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
Attributes
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
Attributes
- Inherited from:
- SqlQueryBase
- Source
- SqlQueriesBase.scala
Attributes
- Inherited from:
- SqlQueryBase
- Source
- SqlQueriesBase.scala
Attributes
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
Attributes
- Definition Classes
- Inherited from:
- SqlQuery
- Source
- SqlQueries.scala
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
Attributes
- Inherited from:
- SqlQueryBase
- Source
- SqlQueriesBase.scala
Attributes
- Inherited from:
- SqlQueryBase
- Source
- SqlQueriesBase.scala
Exports
Defined exports
Exported from SqlQueryBase
Attributes
- Source
- SqlQueriesBase.scala
Exported from SqlQueryBase
Attributes
- Source
- SqlQueriesBase.scala
In this article