Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
A scalar type to be used for logical models and resolvers.
Synopsis
- data NullableScalarType b = NullableScalarType {
- nstType :: ScalarType b
- nstNullable :: Bool
- nstDescription :: Maybe Text
- nullableScalarTypeMapCodec :: forall b. Backend b => Codec Value (InsOrdHashMap (Column b) (NullableScalarType b)) (InsOrdHashMap (Column b) (NullableScalarType b))
Documentation
data NullableScalarType b Source #
A ScalarType that can be nullable with an optional description
Instances
nullableScalarTypeMapCodec :: forall b. Backend b => Codec Value (InsOrdHashMap (Column b) (NullableScalarType b)) (InsOrdHashMap (Column b) (NullableScalarType b)) Source #