relational-query-0.12.2.2: Typeful, Modular, Relational, algebraic query engine
Safe HaskellSafe
LanguageHaskell2010

Database.Relational.NonStandard.PureTimestampTZ

Orphan instances

LiteralSQL UTCTime Source #

Constant SQL terms of UTCTime. This generates ***NOT STANDARD*** SQL of TIMESTAMPTZ literal with UTC timezone.

Instance details

Methods

showLiteral' :: UTCTime -> DList StringSQL Source #

LiteralSQL ZonedTime Source #

Constant SQL terms of ZonedTime. This generates ***NOT STANDARD*** SQL of TIMESTAMPTZ literal.

Instance details

Methods

showLiteral' :: ZonedTime -> DList StringSQL Source #