RightJoin

dataprism.platform.sql.query.SqlValueSources.SqlValueSource.RightJoin
final case class RightJoin[A[_[_]], B[_[_]]](lhs: ValueSource[A], rhs: ValueSource[B], on: (A[DbValue], B[DbValue]) => DbValue[Boolean]) extends SqlValueSource[[F[_]] =>> (A[Compose2[F, Nullable]], B[F])]

Attributes

Source
SqlValueSources.scala

Members list

Value members

Inherited methods

def applyKC: ApplyKC[[F[_]] =>> (A[Compose2[F, Nullable]], B[F])]

Attributes

Inherited from:
SqlValueSource
Source
SqlValueSources.scala
def fromPartAndValues: TagState[ValueSourceAstMetaData[[F[_]] =>> (A[Compose2[F, Nullable]], B[F])]]

Attributes

Inherited from:
SqlValueSource
Source
SqlValueSources.scala
def makeApplyKC[lt[_[_]] : ApplyKC, rt[_[_]] : ApplyKC]: ApplyK[IgnoreC[[F[_]] =>> (lt[F], rt[F])]]

Attributes

Inherited from:
SqlValueSource
Source
SqlValueSources.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Givens

Inherited givens

given given_ApplyKC_A: ApplyKC[[F[_]] =>> (A[Compose2[F, Nullable]], B[F])]

Attributes

Inherited from:
SqlValueSourceBase
Source
SqlValueSourcesBase.scala