SqlQueryCompanionImpl

dataprism.platform.sql.query.SqlQueries.SqlQueryCompanionImpl

Attributes

Source
SqlQueries.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def from[A[_[_]]](table: Table[Codec, A]): Query[A]

Attributes

Source
SqlQueries.scala
def ofK[A[_[_]] : TraverseKC](value: A[DbValue]): Query[A]

Attributes

Source
SqlQueries.scala

Attributes

Source
SqlQueries.scala
def valuesK[A[_[_]] : TraverseKC](types: A[Type], value: A[Id], values: A[Id]*): Query[A]

Attributes

Source
SqlQueries.scala
def valuesKBatch[A[_[_]] : DistributiveKC](types: A[Type], value: A[Id], values: A[Id]*): Query[A]

Attributes

Source
SqlQueries.scala

Inherited methods

inline def of[A](value: A)(using MR: MapRes[DbValue, A]): SqlQueriesBase.this.Query[MR.K]

Attributes

Inherited from:
SqlQueryCompanion
Source
SqlQueriesBase.scala
inline def values[T](types: T)(using mr: MapRes[Type, T])(value: mr.K[Id], values: mr.K[Id]*): SqlQueriesBase.this.Query[mr.K]

Attributes

Inherited from:
SqlQueryCompanion
Source
SqlQueriesBase.scala
def valuesOf[A[_[_]]](table: Table[Codec, A], value: A[Id], values: A[Id]*): SqlQueriesBase.this.Query[A]

Attributes

Inherited from:
SqlQueryCompanion
Source
SqlQueriesBase.scala
def valuesOfBatch[A[_[_]] : DistributiveKC](table: Table[Codec, A], value: A[Id], values: A[Id]*): SqlQueriesBase.this.Query[A]

Attributes

Inherited from:
SqlQueryCompanion
Source
SqlQueriesBase.scala