Negative

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

Attributes

Source
SqlDbValues.scala

Members list

Value members

Inherited methods

override def ast: UnaryOperation

Attributes

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

Attributes

Inherited from:
UnaryOp
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def tpe(v: DbValue[A]): Type[A]

Attributes

Definition Classes
FundamentalUnaryOp -> UnaryOp
Inherited from:
FundamentalUnaryOp
Source
SqlDbValues.scala

Inherited fields

val name: String

Attributes

Inherited from:
FundamentalUnaryOp
Source
SqlDbValues.scala