hpqtypes-1.2.2: Haskell bindings to libpqtypes

Safe HaskellNone
LanguageHaskell98

Database.PostgreSQL.PQTypes.Interval

Synopsis

Documentation

iyears :: Int32 -> Interval Source

Convert Int32 to appropriate Interval representation of given number of years.

imonths :: Int32 -> Interval Source

Convert Int32 to appropriate Interval representation of given number of months.

idays :: Int32 -> Interval Source

Convert Int32 to appropriate Interval representation of given number of days.

ihours :: Int32 -> Interval Source

Convert Int32 to appropriate Interval representation of given number of hours.

iminutes :: Int32 -> Interval Source

Convert Int32 to appropriate Interval representation of given number of minutes.

iseconds :: Int32 -> Interval Source

Convert Int32 to appropriate Interval representation of given number of seconds.

imicroseconds :: Int32 -> Interval Source

Convert Int32 to appropriate Interval representation of given number of microseconds.