Safe Haskell | None |
---|---|
Language | Haskell2010 |
Decoding values from Postgres wire format to Haskell.
Documentation
decodeVector :: KnownNat n => (PgType -> IO (Either QueryError Oid)) -> RowDecoder n a -> Result -> IO (Either QueryError (Vector a)) Source #
Safe Haskell | None |
---|---|
Language | Haskell2010 |
Decoding values from Postgres wire format to Haskell.
decodeVector :: KnownNat n => (PgType -> IO (Either QueryError Oid)) -> RowDecoder n a -> Result -> IO (Either QueryError (Vector a)) Source #