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.

  1. formatMany :: QueryParams q => Connection -> Query -> [q] -> IO ByteString

    mysql-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.

  2. formatQuery :: QueryParams q => Connection -> Query -> q -> IO ByteString

    mysql-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.

  3. forM :: Monad m => Vector a -> (a -> m b) -> m (Vector b)

    rebase Rebase.Data.Vector

    No documentation available.

  4. forM_ :: Monad m => Vector a -> (a -> m b) -> m ()

    rebase Rebase.Data.Vector

    No documentation available.

  5. force :: Vector a -> Vector a

    rebase Rebase.Data.Vector

    No documentation available.

  6. 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.

  7. forM_ :: (Monad m, Vector v a) => v a -> (a -> m b) -> m ()

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  8. force :: Vector v a => v a -> v a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  9. forM_ :: (PrimMonad m, MVector v a) => v (PrimState m) a -> (a -> m b) -> m ()

    rebase Rebase.Data.Vector.Generic.Mutable

    No documentation available.

  10. forM_ :: PrimMonad m => MVector (PrimState m) a -> (a -> m b) -> m ()

    rebase Rebase.Data.Vector.Mutable

    No documentation available.

Page 89 of many | Previous | Next