Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formatMany :: QueryParams q => Connection -> Query -> [q] -> IO ByteStringmysql-simple Database.MySQL.Simple Format a query string with a variable number of rows. This function is exposed to help with debugging and logging. Do not use it to prepare queries for execution. The query string must contain exactly one substitution group, identified by the SQL keyword "VALUES" (case insensitive) followed by an "(" character, a series of one or more "?" characters separated by commas, and a ")" character. White space in a substitution group is permitted. Throws FormatError if the query string could not be formatted correctly.
formatQuery :: QueryParams q => Connection -> Query -> q -> IO ByteStringmysql-simple Database.MySQL.Simple Format a query string. This function is exposed to help with debugging and logging. Do not use it to prepare queries for execution. String parameters are escaped according to the character set in use on the Connection. Throws FormatError if the query string could not be formatted correctly.
forM :: Monad m => Vector a -> (a -> m b) -> m (Vector b)rebase Rebase.Data.Vector No documentation available.
forM_ :: Monad m => Vector a -> (a -> m b) -> m ()rebase Rebase.Data.Vector No documentation available.
-
rebase Rebase.Data.Vector No documentation available.
forM :: (Monad m, Vector v a, Vector v b) => v a -> (a -> m b) -> m (v b)rebase Rebase.Data.Vector.Generic No documentation available.
forM_ :: (Monad m, Vector v a) => v a -> (a -> m b) -> m ()rebase Rebase.Data.Vector.Generic No documentation available.
force :: Vector v a => v a -> v arebase Rebase.Data.Vector.Generic No documentation available.
forM_ :: (PrimMonad m, MVector v a) => v (PrimState m) a -> (a -> m b) -> m ()rebase Rebase.Data.Vector.Generic.Mutable No documentation available.
forM_ :: PrimMonad m => MVector (PrimState m) a -> (a -> m b) -> m ()rebase Rebase.Data.Vector.Mutable No documentation available.