FromTable

dataprism.platform.sql.query.SqlValueSources.SqlValueSource.FromTable
final case class FromTable[A[_[_]]](t: Table[Codec, A], withAlias: Boolean)

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