Copyright | 2013-2019 Kei Hibino |
---|---|
License | BSD3 |
Maintainer | [email protected] |
Stability | experimental |
Portability | unknown |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Database.Relational.Pure
Contents
Description
This module defines instances which lift from haskell pure values to query internal record values.
Orphan instances
LiteralSQL Int16 Source # | Constant SQL terms of |
LiteralSQL Int32 Source # | Constant SQL terms of |
LiteralSQL Int64 Source # | Constant SQL terms of |
LiteralSQL Int8 Source # | Constant SQL terms of |
LiteralSQL Word16 Source # | Constant SQL terms of |
LiteralSQL Word32 Source # | Constant SQL terms of |
LiteralSQL Word64 Source # | Constant SQL terms of |
LiteralSQL Word8 Source # | Constant SQL terms of |
LiteralSQL Text Source # | Constant SQL terms of |
LiteralSQL Text Source # | Constant SQL terms of |
LiteralSQL Day Source # | Constant SQL terms of |
LiteralSQL LocalTime Source # | Constant SQL terms of |
LiteralSQL TimeOfDay Source # | Constant SQL terms of |
LiteralSQL String Source # | Constant SQL terms of |
LiteralSQL Integer Source # | |
LiteralSQL () Source # | Constant SQL terms of |
Methods showLiteral' :: () -> DList StringSQL Source # | |
LiteralSQL Bool Source # | Constant SQL terms of |
LiteralSQL Char Source # | Constant SQL terms of |
LiteralSQL Double Source # | Constant SQL terms of |
LiteralSQL Float Source # | Constant SQL terms of |
LiteralSQL Int Source # | Constant SQL terms of |
LiteralSQL Word Source # | Constant SQL terms of |
(PersistableWidth a, LiteralSQL a) => LiteralSQL (Maybe a) Source # | Constant SQL terms of |