DefaultCompleteImpl

dataprism.platform.sql.DefaultCompleteSql.DefaultCompleteImpl

Attributes

Source
DefaultCompleteSql.scala
Graph
Supertypes
trait SqlBaseImpl
class Object
trait Matchable
class Any
Show all
Known subtypes
object Impl
object Impl
object Impl
object Impl
object Impl
object Impl
object Impl
Show all

Members list

Value members

Concrete methods

override def asc[A](v: DbValue[A]): Ord

Attributes

Definition Classes
Source
DefaultCompleteSql.scala
override def desc[A](v: DbValue[A]): Ord

Attributes

Definition Classes
Source
DefaultCompleteSql.scala
override def unsafeAsAnyDbVal[A](v: DbValue[A]): DbValue[Any]

Attributes

Definition Classes
Source
DefaultCompleteSql.scala

Inherited methods

override def binaryOp[LHS, RHS, R](lhs: DbValue[LHS], rhs: DbValue[RHS], binaryOp: BinOp[LHS, RHS, R]): SqlDbValues.this.DbValue[R]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
Source
SqlDbValues.scala
override def function[A](name: FunctionName, args: Seq[AnyDbValue], tpe: Type[A]): SqlDbValues.this.DbValue[A]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
Source
SqlDbValues.scala
override def nullableBinOp[LHS, RHS, R](op: BinOp[LHS, RHS, R])(using NotGiven[LHS <:< Option[_]], NotGiven[RHS <:< Option[_]], NotGiven[R <:< Option[_]]): SqlDbValues.this.BinOp[Option[LHS], Option[RHS], Option[R]]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
Source
SqlDbValues.scala
override def nullableUnaryOp[V, R](op: UnaryOp[V, R])(using NotGiven[V <:< Option[_]], NotGiven[R <:< Option[_]]): SqlDbValues.this.UnaryOp[Option[V], Option[R]]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
Source
SqlDbValues.scala
def queryFunction[A[_[_]]](function: FunctionName, arguments: Seq[AnyDbValue], types: A[Type])(using FA: ApplyKC[A], FT: TraverseKC[A]): SqlQueries.this.Query[A]

Attributes

Inherited from:
SqlQueriesImpl
Source
SqlQueries.scala
override def unaryOp[V, R](value: DbValue[V], unaryOp: UnaryOp[V, R]): SqlDbValues.this.DbValue[R]

Attributes

Definition Classes
Inherited from:
SqlDbValueImpl
Source
SqlDbValues.scala