| Copyright | 2013-2017 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 interfaces between haskell pure values and query internal record values.
Orphan instances
| LiteralSQL Bool # | Constant SQL terms of |
Methods showLiteral' :: Bool -> DList StringSQL # | |
| LiteralSQL Char # | Constant SQL terms of |
Methods showLiteral' :: Char -> DList StringSQL # | |
| LiteralSQL Double # | Constant SQL terms of |
Methods showLiteral' :: Double -> DList StringSQL # | |
| LiteralSQL Float # | Constant SQL terms of |
Methods showLiteral' :: Float -> DList StringSQL # | |
| LiteralSQL Int # | Constant SQL terms of |
Methods showLiteral' :: Int -> DList StringSQL # | |
| LiteralSQL Int8 # | Constant SQL terms of |
Methods showLiteral' :: Int8 -> DList StringSQL # | |
| LiteralSQL Int16 # | Constant SQL terms of |
Methods showLiteral' :: Int16 -> DList StringSQL # | |
| LiteralSQL Int32 # | Constant SQL terms of |
Methods showLiteral' :: Int32 -> DList StringSQL # | |
| LiteralSQL Int64 # | Constant SQL terms of |
Methods showLiteral' :: Int64 -> DList StringSQL # | |
| LiteralSQL Integer # | |
Methods showLiteral' :: Integer -> DList StringSQL # | |
| LiteralSQL Word # | Constant SQL terms of |
Methods showLiteral' :: Word -> DList StringSQL # | |
| LiteralSQL Word8 # | Constant SQL terms of |
Methods showLiteral' :: Word8 -> DList StringSQL # | |
| LiteralSQL Word16 # | Constant SQL terms of |
Methods showLiteral' :: Word16 -> DList StringSQL # | |
| LiteralSQL Word32 # | Constant SQL terms of |
Methods showLiteral' :: Word32 -> DList StringSQL # | |
| LiteralSQL Word64 # | Constant SQL terms of |
Methods showLiteral' :: Word64 -> DList StringSQL # | |
| LiteralSQL () # | Constant SQL terms of '()'. |
Methods showLiteral' :: () -> DList StringSQL # | |
| LiteralSQL String # | Constant SQL terms of |
Methods showLiteral' :: String -> DList StringSQL # | |
| LiteralSQL ByteString # | Constant SQL terms of |
Methods showLiteral' :: ByteString -> DList StringSQL # | |
| LiteralSQL ByteString # | Constant SQL terms of |
Methods showLiteral' :: ByteString -> DList StringSQL # | |
| LiteralSQL Text # | Constant SQL terms of |
Methods showLiteral' :: Text -> DList StringSQL # | |
| LiteralSQL Text # | Constant SQL terms of |
Methods showLiteral' :: Text -> DList StringSQL # | |
| LiteralSQL ZonedTime # | Constant SQL terms of |
Methods showLiteral' :: ZonedTime -> DList StringSQL # | |
| LiteralSQL LocalTime # | Constant SQL terms of |
Methods showLiteral' :: LocalTime -> DList StringSQL # | |
| LiteralSQL TimeOfDay # | Constant SQL terms of |
Methods showLiteral' :: TimeOfDay -> DList StringSQL # | |
| LiteralSQL UTCTime # | Constant SQL terms of |
Methods showLiteral' :: UTCTime -> DList StringSQL # | |
| LiteralSQL Day # | Constant SQL terms of |
Methods showLiteral' :: Day -> DList StringSQL # | |
| (PersistableWidth a, LiteralSQL a) => LiteralSQL (Maybe a) # | Constant SQL terms of |
Methods showLiteral' :: Maybe a -> DList StringSQL # | |