FromSQL Bool Source # | |
|
FromSQL Char Source # | |
|
FromSQL Double Source # | |
|
FromSQL Float Source # | |
|
FromSQL Int16 Source # | |
|
FromSQL Int32 Source # | |
|
FromSQL Int64 Source # | |
|
FromSQL Word8 Source # | |
|
FromSQL ByteString Source # | |
|
FromSQL ByteString Source # | |
|
FromSQL String Source # | Assumes that source C string is UTF-8, so if you are working
with a different encoding, you should not rely on this instance. |
|
FromSQL Text Source # | Assumes that source C string is UTF-8, so if you are working
with a different encoding, you should not rely on this instance. |
|
FromSQL UTCTime Source # | FromSQL instance for ZonedTime doesn't exist because
PostgreSQL doesn't provide zone offset information when returning
timestamps with time zone in a binary format.
|
|
FromSQL Text Source # | Assumes that source C string is UTF-8, so if you are working
with a different encoding, you should not rely on this instance |
|
FromSQL LocalTime Source # | |
|
FromSQL TimeOfDay Source # | |
|
FromSQL Day Source # | |
|
FromSQL Interval Source # | |
|
FromSQL XML Source # | |
|
FromSQL t => FromSQL (Maybe t) Source # | |
|
FromSQL (JSONB ByteString) Source # | |
|
FromSQL (JSONB ByteString) Source # | |
|
FromSQL (JSONB Value) Source # | |
|
FromSQL (JSON ByteString) Source # | |
|
FromSQL (JSON ByteString) Source # | |
|
FromSQL (JSON Value) Source # | |
|
CompositeFromSQL t => FromSQL (Composite t) Source # | |
|
CompositeFromSQL t => FromSQL (CompositeArray2 t) Source # | |
|
FromSQL t => FromSQL (Array2 t) Source # | |
|
CompositeFromSQL t => FromSQL (CompositeArray1 t) Source # | |
|
FromSQL t => FromSQL (Array1 t) Source # | |
|