FromTableFunction

dataprism.platform.sql.query.SqlValueSources.SqlValueSource.FromTableFunction
final case class FromTableFunction[A[_[_]]](function: FunctionName, arguments: Seq[AnyDbValue], types: A[Type], apply: ApplyKC[A], traverseKC: TraverseKC[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