NullableType
dataprism.sql.NullableType
case class NullableType[Codec[_], A](codec: Codec[Option[A]], choice: NullabilityTypeChoice[Codec, A, 0]) extends SelectedType[Codec, Option[A]]
Attributes
- Source
- types.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- SelectedType
- Source
- types.scala
Value members
Concrete methods
override def elementType(using ev: false =:= true): SelectedType[Codec, Nothing] { type Dimension = -1 + 0; }
Attributes
- Definition Classes
- Source
- types.scala
Inherited methods
Attributes
- Inherited from:
- SelectedType
- Source
- types.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article