SqlDbValueImpl

dataprism.platform.sql.value.SqlDbValues.SqlDbValueImpl

Attributes

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

Members list

Value members

Abstract methods

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

Attributes

Source
SqlDbValues.scala
def desc[A](v: DbValue[A]): Ord

Attributes

Source
SqlDbValues.scala

Attributes

Source
SqlDbValues.scala

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
Source
SqlDbValues.scala
override def unaryOp[V, R](value: DbValue[V], unaryOp: UnaryOp[V, R]): DbValue[R]

Attributes

Definition Classes
Source
SqlDbValues.scala