Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. PutMany :: forall record . (PersistRecordBackend record SqlBackend, SafeToInsert record) => [record] -> SqlQueryRep record ()

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to putMany

  2. RepsertMany :: forall record . PersistRecordBackend record SqlBackend => [(Key record, record)] -> SqlQueryRep record ()

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to repsertMany

  3. GetMany :: forall record . PersistRecordBackend record SqlBackend => [Key record] -> SqlQueryRep record (Map (Key record) record)

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to getMany

  4. InsertEntityMany :: forall record . PersistRecordBackend record SqlBackend => [Entity record] -> SqlQueryRep record ()

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to insertEntityMany

  5. InsertMany :: forall record . (PersistRecordBackend record SqlBackend, SafeToInsert record) => [record] -> SqlQueryRep record [Key record]

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to insertMany

  6. InsertMany_ :: forall record . (PersistRecordBackend record SqlBackend, SafeToInsert record) => [record] -> SqlQueryRep record ()

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to insertMany_

  7. PutMany :: forall record . (PersistRecordBackend record SqlBackend, SafeToInsert record) => [record] -> SqlQueryRep record ()

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to putMany

  8. RepsertMany :: forall record . PersistRecordBackend record SqlBackend => [(Key record, record)] -> SqlQueryRep record ()

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to repsertMany

  9. ISRManyKeys :: Text -> [PersistValue] -> InsertSqlResult

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  10. getMany :: (PersistRecordBackend record SqlBackend, Typeable record, MonadSqlQuery m) => [Key record] -> m (Map (Key record) record)

    persistent-mtl Database.Persist.Sql.Shim

    The lifted version of getMany

Page 243 of many | Previous | Next