Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to insertEntityMany

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

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to insertMany

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

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to insertMany_

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

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to putMany

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

    persistent-mtl Database.Persist.Monad.SqlQueryRep

    Constructor corresponding to repsertMany

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

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to getMany

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

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to insertEntityMany

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

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to insertMany

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

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to insertMany_

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

    persistent-mtl Database.Persist.Monad.TestUtils

    Constructor corresponding to putMany

Page 240 of many | Previous | Next