FundamentalUnaryOp

dataprism.platform.sql.value.SqlDbValues.FundamentalUnaryOp
enum FundamentalUnaryOp[V, R](val name: String, op: UnaryOperation) extends UnaryOp[V, R]

Attributes

Source
SqlDbValues.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait UnaryOp[V, R]
class Object
trait Matchable
class Any
Show all
Known subtypes
case Not[A]
case Negative[A]
case NullableOp[V1, R1]

Members list

Type members

Enum entries

final case class Negative[A](numeric: SqlNumeric[A]) extends FundamentalUnaryOp[A, A]

Attributes

Source
SqlDbValues.scala
final case class Not[A](logic: SqlLogic[A]) extends FundamentalUnaryOp[A, A]

Attributes

Source
SqlDbValues.scala
final case class NullableOp[V1, R1](op: UnaryOp[V1, R1]) extends FundamentalUnaryOp[Option[V1], Option[R1]]

Attributes

Source
SqlDbValues.scala