Hoogle Search

Within LTS Haskell 23.21 (ghc-9.8.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. rawQuery :: forall (m :: Type -> Type) env . (MonadResource m, MonadReader env m, BackendCompatible SqlBackend env) => Text -> [PersistValue] -> ConduitM () [PersistValue] m ()

    persistent Database.Persist.Sql

    No documentation available.

  2. rawQuery :: forall (m :: Type -> Type) . (MonadResource m, MonadSqlQuery m) => Text -> [PersistValue] -> ConduitM () [PersistValue] m ()

    persistent-mtl Database.Persist.Sql.Shim

    The lifted version of rawQuery

  3. rawQueryRes :: forall (m1 :: Type -> Type) (m2 :: Type -> Type) env . (MonadIO m1, MonadIO m2, BackendCompatible SqlBackend env) => Text -> [PersistValue] -> ReaderT env m1 (Acquire (ConduitM () [PersistValue] m2 ()))

    persistent Database.Persist.Sql

    No documentation available.

  4. rawQueryRes :: forall (m2 :: Type -> Type) m . (MonadIO m2, MonadSqlQuery m) => Text -> [PersistValue] -> m (Acquire (ConduitM () [PersistValue] m2 ()))

    persistent-mtl Database.Persist.Sql.Shim

    The lifted version of rawQueryRes

  5. withRawQuery :: forall (m :: Type -> Type) a . MonadIO m => Text -> [PersistValue] -> ConduitM [PersistValue] Void IO a -> ReaderT SqlBackend m a

    persistent Database.Persist.Sql

    No documentation available.

  6. withRawQuery :: MonadSqlQuery m => Text -> [PersistValue] -> ConduitM [PersistValue] Void IO a -> m a

    persistent-mtl Database.Persist.Sql.Shim

    The lifted version of withRawQuery

Page 1 of 1