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