Copyright | 2013-2017 Kei Hibino |
---|---|
License | BSD3 |
Maintainer | ex8k.hibino@gmail.com |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Database.Relational.Query.Pure
Contents
Description
This module defines interfaces between haskell pure values and query internal projection values.
Orphan instances
ShowConstantTermsSQL Bool # | Constant SQL terms of |
ShowConstantTermsSQL Char # | Constant SQL terms of |
ShowConstantTermsSQL Double # | Constant SQL terms of |
ShowConstantTermsSQL Float # | Constant SQL terms of |
ShowConstantTermsSQL Int # | Constant SQL terms of |
ShowConstantTermsSQL Int8 # | Constant SQL terms of |
ShowConstantTermsSQL Int16 # | Constant SQL terms of |
ShowConstantTermsSQL Int32 # | Constant SQL terms of |
ShowConstantTermsSQL Int64 # | Constant SQL terms of |
ShowConstantTermsSQL () # | Constant SQL terms of '()'. |
ShowConstantTermsSQL String # | Constant SQL terms of |
ShowConstantTermsSQL ByteString # | Constant SQL terms of |
ShowConstantTermsSQL ByteString # | Constant SQL terms of |
ShowConstantTermsSQL Text # | Constant SQL terms of |
ShowConstantTermsSQL Text # | Constant SQL terms of |
ShowConstantTermsSQL LocalTime # | Constant SQL terms of |
ShowConstantTermsSQL ZonedTime # | Constant SQL terms of |
ShowConstantTermsSQL TimeOfDay # | Constant SQL terms of |
ShowConstantTermsSQL UTCTime # | Constant SQL terms of |
ShowConstantTermsSQL Day # | Constant SQL terms of |
(PersistableWidth a, ShowConstantTermsSQL a) => ShowConstantTermsSQL (Maybe a) # | Constant SQL terms of |