FromQuery

dataprism.platform.sql.query.SqlValueSources.SqlValueSource.FromQuery
final case class FromQuery[A[_[_]]](q: Query[A])

Attributes

Source
SqlValueSources.scala

Members list

Value members

Inherited methods

def applyKC: ApplyKC[A]

Attributes

Inherited from:
SqlValueSource
Source
SqlValueSources.scala

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[A]

Attributes

Inherited from:
SqlValueSourceBase
Source
SqlValueSourcesBase.scala