JoinNullable

dataprism.platform.sql.value.SqlDbValues.SqlDbValue.JoinNullable
final case class JoinNullable[B](value: DbValue[B]) extends SqlDbValue[Nullable[B]]

Attributes

Source
SqlDbValues.scala

Members list

Value members

Inherited methods

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

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def ===(rhs: DbValue[Nullable[B]])(using n: Nullability[Nullable[B]]): 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[Nullable[B] <:< Option[_]]): DbValue[Option[Nullable[B]]]

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala
override def asSqlDbVal: Option[SqlDbValue[Nullable[B]]]

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[Nullable[B]]): 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[Nullable[B]]])(using n: Nullability[Nullable[B]]): DbValue[n.N[Boolean]]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def tpe: Type[Nullable[B]]

Attributes

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

Attributes

Inherited from:
SqlDbValueBaseImpl
Source
SqlDbValues.scala