Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. valList :: PersistField typ => [typ] -> SqlExpr (ValueList typ)

    esqueleto Database.Esqueleto

    Lift a list of constant value from Haskell-land to the query.

  2. FTList :: FieldType -> FieldType

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  3. PersistList :: [PersistValue] -> PersistValue

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  4. newtype ValueList a

    esqueleto Database.Esqueleto.Experimental

    A list of single values. There's a limited set of functions able to work with this data type (such as subList_select, valList, in_ and exists).

  5. ValueList :: a -> ValueList a

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  6. justList :: SqlExpr (ValueList typ) -> SqlExpr (ValueList (Maybe typ))

    esqueleto Database.Esqueleto.Experimental

    Same as just but for ValueList. Most of the time you won't need it, though, because you can use just from inside subList_select or Just from inside valList.

  7. subList_select :: PersistField a => SqlQuery (SqlExpr (Value a)) -> SqlExpr (ValueList a)

    esqueleto Database.Esqueleto.Experimental

    Execute a subquery SELECT in an SqlExpression. Returns a list of values.

  8. subSelectList :: PersistField a => SqlQuery (SqlExpr (Value a)) -> SqlExpr (ValueList a)

    esqueleto Database.Esqueleto.Experimental

    Execute a subquery SELECT in a SqlExpr that returns a list. This is an alias for subList_select and is provided for symmetry with the other safe subselect functions.

  9. valList :: PersistField typ => [typ] -> SqlExpr (ValueList typ)

    esqueleto Database.Esqueleto.Experimental

    Lift a list of constant value from Haskell-land to the query.

  10. EmptySqlExprValueList :: UnexpectedCaseError

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

Page 109 of many | Previous | Next