Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
runReturningList :: (MonadBeam be m, FromBackendRow be x) => BeamSqlBackendSyntax be -> m [x]beam-core Database.Beam Run the given command, collect all the results, and return them as a list. May be more convenient than runReturningMany, but reads the entire result set into memory.
runReturningList :: (MonadBeam be m, FromBackendRow be x) => BeamSqlBackendSyntax be -> m [x]beam-core Database.Beam.Backend.SQL Run the given command, collect all the results, and return them as a list. May be more convenient than runReturningMany, but reads the entire result set into memory.
-
beam-core Database.Beam.Backend.SQL.BeamExtensions No documentation available.
-
beam-core Database.Beam.Backend.SQL.BeamExtensions No documentation available.
-
beam-core Database.Beam.Backend.SQL.BeamExtensions No documentation available.
quantifierListE :: IsSql92ExpressionSyntax expr => [expr] -> exprbeam-core Database.Beam.Backend.SQL.SQL92 No documentation available.
-
beam-core Database.Beam.Query Run a SqlSelect in a MonadBeam and get the results as a list
conduitPutList :: forall (m :: Type -> Type) . Monad m => ConduitT Put [ByteString] m ()binary-conduit Data.Conduit.Serialization.Binary Vectorized variant of conduitPut returning list contains all chunks from one element representation
fromList :: (Contiguous arr, Element arr a) => [a] -> arr acontiguous Data.Primitive.Contiguous Convert a list into an array.
-
contiguous Data.Primitive.Contiguous Convert a list into a mutable array of the given length.