Skip to content

Nullability

[Source]

Tri-state nullability as reported by SQLDescribeCol/SQLDescribeParam. NullableUnknown is distinct from Nullable: the driver did not answer the question.

type Nullability is
  (NoNulls val | Nullable val | NullableUnknown val)

Type Alias For