| ShowConstantTermsSQL Bool Source # | Constant SQL terms of Bool. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Char Source # | Constant SQL terms of Char. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Double Source # | Constant SQL terms of Double. Caution for floating-point error rate. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Float Source # | Constant SQL terms of Float. Caution for floating-point error rate. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Int Source # | Constant SQL terms of Int.
Use this carefully, because this is architecture dependent size of integer type. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Int8 Source # | Constant SQL terms of Int8. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Int16 Source # | Constant SQL terms of Int16. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Int32 Source # | Constant SQL terms of Int32. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Int64 Source # | Constant SQL terms of Int64. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL () Source # | Constant SQL terms of '()'. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL String Source # | Constant SQL terms of String. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL ByteString Source # | Constant SQL terms of ByteString. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL ByteString Source # | Constant SQL terms of ByteString. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Text Source # | Constant SQL terms of Text. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Text Source # | Constant SQL terms of Text. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL ZonedTime Source # | Constant SQL terms of ZonedTime.
This generates ***NOT STANDARD*** SQL of TIMESTAMPTZ literal. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL LocalTime Source # | Constant SQL terms of LocalTime. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL TimeOfDay Source # | Constant SQL terms of TimeOfDay. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL UTCTime Source # | Constant SQL terms of UTCTime.
This generates ***NOT STANDARD*** SQL of TIMESTAMPTZ literal with UTC timezone. |
Instance detailsDefined in Database.Relational.Pure |
| ShowConstantTermsSQL Day Source # | Constant SQL terms of Day. |
Instance detailsDefined in Database.Relational.Pure |
| (PersistableWidth a, ShowConstantTermsSQL a) => ShowConstantTermsSQL (Maybe a) Source # | Constant SQL terms of Maybe type. Width inference is required. |
Instance detailsDefined in Database.Relational.Pure |
| (ShowConstantTermsSQL a1, ShowConstantTermsSQL a2) => ShowConstantTermsSQL (a1, a2) Source # | |
Instance detailsDefined in Database.Relational.TupleInstances |
| (ShowConstantTermsSQL a1, ShowConstantTermsSQL a2, ShowConstantTermsSQL a3) => ShowConstantTermsSQL (a1, a2, a3) Source # | |
Instance detailsDefined in Database.Relational.TupleInstances |
| (ShowConstantTermsSQL a1, ShowConstantTermsSQL a2, ShowConstantTermsSQL a3, ShowConstantTermsSQL a4) => ShowConstantTermsSQL (a1, a2, a3, a4) Source # | |
Instance detailsDefined in Database.Relational.TupleInstances |
| (ShowConstantTermsSQL a1, ShowConstantTermsSQL a2, ShowConstantTermsSQL a3, ShowConstantTermsSQL a4, ShowConstantTermsSQL a5) => ShowConstantTermsSQL (a1, a2, a3, a4, a5) Source # | |
Instance detailsDefined in Database.Relational.TupleInstances |
| (ShowConstantTermsSQL a1, ShowConstantTermsSQL a2, ShowConstantTermsSQL a3, ShowConstantTermsSQL a4, ShowConstantTermsSQL a5, ShowConstantTermsSQL a6) => ShowConstantTermsSQL (a1, a2, a3, a4, a5, a6) Source # | |
Instance detailsDefined in Database.Relational.TupleInstances |
| (ShowConstantTermsSQL a1, ShowConstantTermsSQL a2, ShowConstantTermsSQL a3, ShowConstantTermsSQL a4, ShowConstantTermsSQL a5, ShowConstantTermsSQL a6, ShowConstantTermsSQL a7) => ShowConstantTermsSQL (a1, a2, a3, a4, a5, a6, a7) Source # | |
Instance detailsDefined in Database.Relational.TupleInstances |