Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
opaleye Opaleye.Experimental.Enum No documentation available.
enumToFields :: EnumMapper sqlEnum haskellSum -> ToFields haskellSum (Field sqlEnum)opaleye Opaleye.Experimental.Enum No documentation available.
-
opaleye Opaleye.Internal.Column No documentation available.
-
opaleye Opaleye.Internal.Column No documentation available.
-
opaleye Opaleye.Internal.HaskellDB.PrimQuery No documentation available.
-
opaleye Opaleye.Internal.PGTypesExternal No documentation available.
-
opaleye Opaleye.Internal.PGTypesExternal No documentation available.
pgNumeric :: Scientific -> Field PGNumericopaleye Opaleye.Internal.PGTypesExternal No documentation available.
class
IntervalNum from to | from -> toopaleye Opaleye.Operators IntervalNum from to determines from which date or time types an interval can be added (addInterval) or subtracted (minusInterval) and which is the resulting type. The instances should correspond to the interval + and - operations listed in: https://www.postgresql.org/docs/current/functions-datetime.html#OPERATORS-DATETIME-TABLE
-
opaleye Opaleye.Operators Sign of a number. The functions abs and signum should satisfy the law:
abs x * signum x == x
For real numbers, the signum is either -1 (negative), 0 (zero) or 1 (positive).