Nullability¶
Tri-state nullability as reported by SQLDescribeCol/SQLDescribeParam. NullableUnknown is distinct from Nullable: the driver did not answer the question.
Type Alias For¶
- (NoNulls val | Nullable val | NullableUnknown val)
Tri-state nullability as reported by SQLDescribeCol/SQLDescribeParam. NullableUnknown is distinct from Nullable: the driver did not answer the question.