Safe Haskell | None |
---|---|
Language | Haskell98 |
Database.PostgreSQL.PQTypes.SQL.Class
Documentation
Container for SQL-like type storage.
class Show sql => IsSQL sql where Source
Class representing "SQLness" of a given type.
Methods
Arguments
:: 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).