Hoogle Search

Within Stackage Nightly 2026-07-01 (ghc-9.12.4)

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

  1. setupClientQuery :: forall clientRecord (m :: Type -> Type) a sid . (PersistEntity clientRecord, PersistEntityBackend clientRecord ~ SqlBackend, SafeToInsert clientRecord, MonadIO m) => (a -> clientRecord) -> (sid -> a -> clientRecord) -> ClientStore (Key clientRecord) sid a -> SqlPersistT m ()

    appendful-persistent Data.Appendful.Persistent

    Setup a client store You shouldn't need this.

  2. setupServerQuery :: forall record (m :: Type -> Type) a . (PersistEntity record, PersistEntityBackend record ~ SqlBackend, MonadIO m) => (a -> record) -> ServerStore (Key record) a -> SqlPersistT m ()

    appendful-persistent Data.Appendful.Persistent

    Set up a server store in the database. You shouldn't need this. This uses insertKey function and is therefore unsafe.

  3. setupUnsyncedClientQuery :: forall clientRecord (m :: Type -> Type) a . (PersistEntity clientRecord, PersistEntityBackend clientRecord ~ SqlBackend, SafeToInsert clientRecord, MonadIO m) => (a -> clientRecord) -> [a] -> SqlPersistT m ()

    appendful-persistent Data.Appendful.Persistent

    Setup an unsynced client store You shouldn't need this.

  4. setChunkSize :: forall (m :: Type -> Type) a . Word32 -> Framer m a -> Framer m a

    attoparsec-framer Data.Attoparsec.Framer

    Update the chunk size of a Framer.

  5. setOnBadParse :: (Text -> m ()) -> Framer m a -> Framer m a

    attoparsec-framer Data.Attoparsec.Framer

    Update the parse error handler of a Framer.

  6. setOnClosed :: m () -> Framer m a -> Framer m a

    attoparsec-framer Data.Attoparsec.Framer

    Update the end-of-input handler of a Framer.

  7. setOnFrame :: FrameHandler m frame -> Framer m frame -> Framer m frame

    attoparsec-framer Data.Attoparsec.Framer

    Update the FrameHandler of a Framer.

  8. setConnectorSyncJobError :: (MonadBH m, WithBackend 'ElasticSearch8 m) => ConnectorSyncJobId -> SetConnectorSyncJobErrorRequest -> m Value

    bloodhound Database.Bloodhound.ElasticSearch8.Client

    setConnectorSyncJobError sets the error on a sync job. The response is undocumented and returned as an opaque Value.

  9. setConnectorSyncJobStats :: (MonadBH m, WithBackend 'ElasticSearch8 m) => ConnectorSyncJobId -> SetConnectorSyncJobStatsRequest -> m Value

    bloodhound Database.Bloodhound.ElasticSearch8.Client

    setConnectorSyncJobStats updates the per-run counters of a sync job. The response is undocumented and returned as an opaque Value.

  10. setConnectorSyncJobError :: ConnectorSyncJobId -> SetConnectorSyncJobErrorRequest -> BHRequest StatusDependant Value

    bloodhound Database.Bloodhound.ElasticSearch8.Requests

    setConnectorSyncJobError sets the error on a sync job. Maps to PUT _connector_sync_job{id}_error. The response schema is undocumented, so it is returned as an opaque Value.

Page 74 of many | Previous | Next