IsNotNull

dataprism.platform.sql.value.SqlDbValues.SqlDbValue.IsNotNull
final case class IsNotNull[B](value: DbValue[Option[B]]) extends SqlDbValue[Boolean]

Attributes

Source
SqlDbValues.scala

Members list

Value members

Inherited methods

override def !==(rhs: DbValue[Boolean])(using n: Nullability[Boolean]): DbValue[n.N[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def ===(rhs: DbValue[Boolean])(using n: Nullability[Boolean]): DbValue[n.N[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def asAnyDbVal: AnyDbValue

Attributes

Definition Classes
SqlDbValue -> SqlDbValueBase
Inherited from:
SqlDbValue
Source
SqlDbValues.scala
override def asSome(using ev: NotGiven[Boolean <:< Option[_]]): DbValue[Option[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala

Attributes

Definition Classes
SqlDbValue -> SqlDbValueBaseImpl
Inherited from:
SqlDbValue
Source
SqlDbValues.scala
override def asc: Ord

Attributes

Definition Classes
SqlDbValue -> DbValueBase
Inherited from:
SqlDbValue
Source
SqlDbValues.scala
override def ast: TagState[SqlExpr[Codec]]

Attributes

Definition Classes
SqlDbValue -> SqlDbValueBase
Inherited from:
SqlDbValue
Source
SqlDbValues.scala
override def cast[B](tpe: CastType[B])(using n: Nullability[Boolean]): DbValue[n.N[B]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def columnName(prefix: String): String

Attributes

Definition Classes
SqlDbValue -> SqlDbValueBase
Inherited from:
SqlDbValue
Source
SqlDbValues.scala
override def desc: Ord

Attributes

Definition Classes
SqlDbValue -> DbValueBase
Inherited from:
SqlDbValue
Source
SqlDbValues.scala
override def in(query: Query[IdFC[Boolean]])(using n: Nullability[Boolean]): DbValue[n.N[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def in(head: DbValue[Boolean], tail: DbValue[Boolean]*)(using n: Nullability[Boolean]): DbValue[n.N[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def inAs(values: Seq[Boolean], tpe: Type[Boolean])(using n: Nullability[Boolean]): DbValue[n.N[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def notIn(query: Query[IdFC[Boolean]])(using n: Nullability[Boolean]): DbValue[n.N[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def notIn(head: DbValue[Boolean], tail: DbValue[Boolean]*)(using n: Nullability[Boolean]): DbValue[n.N[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def notInAs(values: Seq[Boolean], tpe: Type[Boolean])(using n: Nullability[Boolean]): DbValue[n.N[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def nullIf(arg: DbValue[Boolean]): DbValue[Nullable[Boolean]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def tpe: Type[Boolean]

Attributes

Definition Classes
SqlDbValue -> SqlDbValueBase
Inherited from:
SqlDbValue
Source
SqlDbValues.scala

Attributes

Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala