Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. toFrom :: ToFrom a r => a -> From r

    esqueleto Database.Esqueleto.Experimental.From

    No documentation available.

  2. unFrom :: From a -> SqlQuery (a, RawFn)

    esqueleto Database.Esqueleto.Experimental.From

    No documentation available.

  3. MakeFromError :: UnexpectedCaseError

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  4. data PreprocessedFrom a

    esqueleto Database.Esqueleto.Internal.Internal

    Data type to support from hack

  5. PreprocessedFrom :: a -> FromClause -> PreprocessedFrom a

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  6. makeFrom :: IdentInfo -> Mode -> [FromClause] -> (Builder, [PersistValue])

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  7. sdFromClause :: SideData -> ![FromClause]

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

  8. entityIdFromJSON :: (PersistEntity record, FromJSON record) => Value -> Parser (Entity record)

    esqueleto Database.Esqueleto.Legacy

    Predefined parseJSON. The input JSON looks like {"id": 1, "name": ...}. The typical usage is:

    instance FromJSON (Entity User) where
    parseJSON = entityIdFromJSON
    

  9. keyFromRecordM :: PersistEntity record => Maybe (record -> Key record)

    esqueleto Database.Esqueleto.Legacy

    Extract a Key record from a record value. Currently, this is only defined for entities using the Primary syntax for natural/composite keys. In a future version of persistent which incorporates the ID directly into the entity, this will always be Just.

  10. keyFromValues :: PersistEntity record => [PersistValue] -> Either Text (Key record)

    esqueleto Database.Esqueleto.Legacy

    A lower-level key operation.

Page 10 of many | Previous | Next