Expand description
Possible values for SqlType::IsNullable
Structs§
- IsNullable
- Yes, this type can be null
- NotNull
- No, this type cannot be null as it is marked as
NOT NULL
at database level
Type Aliases§
- AreAll
Nullable - Represents the output type of
AllAreNullable
for two given SQL types - IsOne
Nullable - Represents the output type of
OneIsNullable
for two given SQL types - IsSql
Type Nullable - Represents if the SQL type is nullable or not
- Maybe
Nullable - Represents the output type of
MaybeNullableType