NullableOp

dataprism.platform.sql.value.SqlDbValues.FundamentalUnaryOp.NullableOp
final case class NullableOp[V1, R1](op: UnaryOp[V1, R1]) extends FundamentalUnaryOp[Option[V1], Option[R1]]

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[Option[V1] <:< Option[_]], NotGiven[Option[R1] <:< Option[_]]): SqlDbValuesBase.this.UnaryOp[Option[Option[V1]], Option[Option[R1]]]

Attributes

Inherited from:
UnaryOp
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def tpe(v: DbValue[Option[V1]]): Type[Option[R1]]

Attributes

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

Inherited fields

val name: String

Attributes

Inherited from:
FundamentalUnaryOp
Source
SqlDbValues.scala