Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data Interval = Interval {
- intYears :: !Int32
- intMonths :: !Int32
- intDays :: !Int32
- intHours :: !Int32
- intMinutes :: !Int32
- intSeconds :: !Int32
- intMicroseconds :: !Int32
- iyears :: Int32 -> Interval
- imonths :: Int32 -> Interval
- idays :: Int32 -> Interval
- ihours :: Int32 -> Interval
- iminutes :: Int32 -> Interval
- iseconds :: Int32 -> Interval
- imicroseconds :: Int32 -> Interval
Documentation
Representation of INTERVAL PostgreSQL type.
Interval | |
|