Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
PostgreSQL.Binary.Encoding
Contents
array ::Word32 ->Array ->EncodingSource#
Turn an array builder into final value.The first parameter is OID of the element type.
array_foldable ::Foldable foldable =>Word32 -> (element ->MaybeEncoding) -> foldable element ->EncodingSource#
A helper for encoding of arrays of single dimension from foldables.The first parameter is OID of the element type.
array_vector ::Word32 -> (element ->Encoding) ->Vector element ->EncodingSource#
A helper for encoding of arrays of single dimension from vectors.The first parameter is OID of the element type.
nullableArray_vector ::Word32 -> (element ->Encoding) ->Vector (Maybe element) ->EncodingSource#
A helper for encoding of arrays of single dimension from vectors.The first parameter is OID of the element type.
hStore_foldable ::Foldable foldable => foldable (Text,MaybeText) ->EncodingSource#
A polymorphicHSTORE
encoder.
Some of the functions in this section are distinguished based on theinteger_datetimes
setting of the server.
dimensionArray :: (forall b. (b -> a -> b) -> b -> c -> b) -> (a ->Array) -> c ->ArraySource#
Produced byHaddock version 2.26.0