Nullability

dataprism.platform.sql.value.SqlDbValuesBase.Nullability
See theNullability companion trait
object Nullability

Attributes

Companion
trait
Source
SqlDbValuesBase.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Aux[A, NNA0, N0[_]] = Nullability[A] { type N = N0; type NNA = NNA0; }

Attributes

Source
SqlDbValuesBase.scala

Givens

Givens

given notNull[A](using NotGiven[A <:< Option[_]]): Aux[A, A, Id]

Attributes

Source
SqlDbValuesBase.scala
given nullable[A <: Option[NN], NN]: Aux[A, NN, Option]

Attributes

Source
SqlDbValuesBase.scala