Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. subset :: (Enum a, Bits w) => T w a -> T w a -> Bool

    enumset Data.EnumBitSet

    subset a b is True if a is a subset of b.

  2. module Data.FlagSet

    A bit vector that represents a record in a bit-packed way.

  3. decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Text

    esqueleto Database.Esqueleto

    Generates sql for limit and offset for postgres, sqlite and mysql.

  4. offset :: Int64 -> SqlQuery ()

    esqueleto Database.Esqueleto

    OFFSET. Usually used with limit.

  5. stmtReset :: Statement -> IO ()

    esqueleto Database.Esqueleto

    No documentation available.

  6. class ToSqlSetOperation a r | a -> r

    esqueleto Database.Esqueleto.Experimental

    Type class to support direct use of SqlQuery in a set operation tree

  7. decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Text

    esqueleto Database.Esqueleto.Experimental

    Generates sql for limit and offset for postgres, sqlite and mysql.

  8. offset :: Int64 -> SqlQuery ()

    esqueleto Database.Esqueleto.Experimental

    OFFSET. Usually used with limit.

  9. stmtReset :: Statement -> IO ()

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  10. toSqlSetOperation :: ToSqlSetOperation a r => a -> SqlSetOperation r

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

Page 117 of many | Previous | Next