Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class (PQFormat t, Storable (PQBase t)) => FromSQL t where Source #
Class which represents "from SQL (libpqtypes) type to Haskell type" transformation.
Convert value of base type to target one.
Safe Haskell | None |
---|---|
Language | Haskell2010 |
class (PQFormat t, Storable (PQBase t)) => FromSQL t where Source #
Class which represents "from SQL (libpqtypes) type to Haskell type" transformation.
Convert value of base type to target one.