| Copyright | 2013-2019 Kei Hibino |
|---|---|
| License | BSD3 |
| Maintainer | ex8k.hibino@gmail.com |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | None |
| 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 Bool Source # | Constant SQL terms of |
Methods showLiteral' :: Bool -> DList StringSQL Source # | |
| LiteralSQL Char Source # | Constant SQL terms of |
Methods showLiteral' :: Char -> DList StringSQL Source # | |
| LiteralSQL Double Source # | Constant SQL terms of |
Methods showLiteral' :: Double -> DList StringSQL Source # | |
| LiteralSQL Float Source # | Constant SQL terms of |
Methods showLiteral' :: Float -> DList StringSQL Source # | |
| LiteralSQL Int Source # | Constant SQL terms of |
Methods showLiteral' :: Int -> DList StringSQL Source # | |
| LiteralSQL Int8 Source # | Constant SQL terms of |
Methods showLiteral' :: Int8 -> DList StringSQL Source # | |
| LiteralSQL Int16 Source # | Constant SQL terms of |
Methods showLiteral' :: Int16 -> DList StringSQL Source # | |
| LiteralSQL Int32 Source # | Constant SQL terms of |
Methods showLiteral' :: Int32 -> DList StringSQL Source # | |
| LiteralSQL Int64 Source # | Constant SQL terms of |
Methods showLiteral' :: Int64 -> DList StringSQL Source # | |
| LiteralSQL Integer Source # | |
Methods showLiteral' :: Integer -> DList StringSQL Source # | |
| LiteralSQL Word Source # | Constant SQL terms of |
Methods showLiteral' :: Word -> DList StringSQL Source # | |
| LiteralSQL Word8 Source # | Constant SQL terms of |
Methods showLiteral' :: Word8 -> DList StringSQL Source # | |
| LiteralSQL Word16 Source # | Constant SQL terms of |
Methods showLiteral' :: Word16 -> DList StringSQL Source # | |
| LiteralSQL Word32 Source # | Constant SQL terms of |
Methods showLiteral' :: Word32 -> DList StringSQL Source # | |
| LiteralSQL Word64 Source # | Constant SQL terms of |
Methods showLiteral' :: Word64 -> DList StringSQL Source # | |
| LiteralSQL () Source # | Constant SQL terms of |
Methods showLiteral' :: () -> DList StringSQL Source # | |
| LiteralSQL String Source # | Constant SQL terms of |
Methods showLiteral' :: String -> DList StringSQL Source # | |
| LiteralSQL Day Source # | Constant SQL terms of |
Methods showLiteral' :: Day -> DList StringSQL Source # | |
| LiteralSQL LocalTime Source # | Constant SQL terms of |
Methods showLiteral' :: LocalTime -> DList StringSQL Source # | |
| LiteralSQL TimeOfDay Source # | Constant SQL terms of |
Methods showLiteral' :: TimeOfDay -> DList StringSQL Source # | |
| LiteralSQL Text Source # | Constant SQL terms of |
Methods showLiteral' :: Text -> DList StringSQL Source # | |
| LiteralSQL Text Source # | Constant SQL terms of |
Methods showLiteral' :: Text -> DList StringSQL Source # | |
| (PersistableWidth a, LiteralSQL a) => LiteralSQL (Maybe a) Source # | Constant SQL terms of |
Methods showLiteral' :: Maybe a -> DList StringSQL Source # | |