Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class Show sql => IsSQL sql where Source #
Class representing "SQLness" of a given type.
:: sql | |
-> ParamAllocator |
|
-> (Ptr PGparam -> CString -> IO r) | Continuation which takes |
-> IO r |
Convert sql
to libpqtypes representation and pass
it to supplied continuation (usually for execution).