Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. type Password = Text

    mongoDB Database.MongoDB.Query

    No documentation available.

  2. type Pipeline = [Document]

    mongoDB Database.MongoDB.Query

    The Aggregate Pipeline

  3. type Projector = Document

    mongoDB Database.MongoDB.Query

    Fields to return, analogous to the select clause in SQL. [] means return whole document (analogous to * in SQL). ["x" =: 1, "y" =: 1] means return only x and y fields of each document. ["x" =: 0] means return all fields except x.

  4. ProtocolFailure :: Int -> String -> Failure

    mongoDB Database.MongoDB.Query

    The structure of the returned documents doesn't match what we expected

  5. data PRef s a

    mutable-containers Data.Mutable

    A primitive ByteArray reference, supporting any monad. Since 0.2.0

  6. class Prim a

    mutable-containers Data.Mutable

    Class of types supporting primitive array operations. This includes interfacing with GC-managed memory (functions suffixed with ByteArray#) and interfacing with unmanaged memory (functions suffixed with Addr#). Endianness is platform-dependent.

  7. class Monad m => PrimMonad (m :: Type -> Type)

    mutable-containers Data.Mutable

    Class of monads which can perform primitive state-transformer actions.

  8. type family PrimState (m :: Type -> Type)

    mutable-containers Data.Mutable

    State token type.

  9. class Param a

    mysql-simple Database.MySQL.Simple

    A type that may be used as a single parameter to a SQL query. A default implementation is provided for any type which is an instance of ToField, providing a simple mechanism for user-defined encoding to text- or blob-like fields (including JSON).

  10. module Database.MySQL.Simple.Param

    The Param typeclass, for rendering a parameter to a SQL query.

Page 630 of many | Previous | Next