Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.PostgreSQL.PQTypes.Internal.Notification
Synopsis
- newtype Channel = Channel (RawSQL ())
- data Notification = Notification {}
- getNotificationIO :: forall (m :: Type -> Type). DBState m -> Int -> IO (Maybe Notification)
Documentation
Representation of notification channel.
data Notification Source #
Representation of a notification sent by PostgreSQL.
Constructors
Notification | |