Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
ProjectM36.DataTypes.SQL.Null
Documentation
nullAtomType :: AtomType -> AtomType Source #
coalesceBool :: [Atom] -> Either AtomFunctionError Atom Source #
isNullAtomType :: AtomType -> Bool Source #
sqlIntegerBinaryFunction :: AtomType -> (Integer -> Integer -> Atom) -> [Atom] -> Either AtomFunctionError Atom Source #
sqlIntegerUnaryFunction :: AtomType -> (Integer -> Atom) -> [Atom] -> Either AtomFunctionError Atom Source #
sqlIntegerAgg :: (Integer -> Integer -> Integer) -> [Atom] -> Either AtomFunctionError Atom Source #
isSQLNullableType :: AtomType -> Bool Source #
isSQLNullUnknownType :: AtomType -> Bool Source #