Minus

dataprism.platform.sql.value.SqlDbValues.FundamentalBinOp.Minus
final case class Minus[A](numeric: SqlNumeric[A]) extends FundamentalBinOp[A, A, A]

Attributes

Source
SqlDbValues.scala

Members list

Value members

Inherited methods

override def ast: BinaryOperation

Attributes

Definition Classes
FundamentalBinOp -> BinOp
Inherited from:
FundamentalBinOp
Source
SqlDbValues.scala
def nullable(using NotGiven[A <:< Option[_]], NotGiven[A <:< Option[_]], NotGiven[A <:< Option[_]]): SqlDbValuesBase.this.BinOp[Option[A], Option[A], Option[A]]

Attributes

Inherited from:
BinOp
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def tpe(lhs: DbValue[A], rhs: DbValue[A]): Type[A]

Attributes

Definition Classes
FundamentalBinOp -> BinOp
Inherited from:
FundamentalBinOp
Source
SqlDbValues.scala

Inherited fields

val name: String

Attributes

Inherited from:
FundamentalBinOp
Source
SqlDbValues.scala