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. newtype ValueList a

    esqueleto Database.Esqueleto.Internal.Internal

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

  2. ValueList :: a -> ValueList a

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

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

    esqueleto Database.Esqueleto.Internal.Internal

    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.

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

    esqueleto Database.Esqueleto.Internal.Internal

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

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

    esqueleto Database.Esqueleto.Internal.Internal

    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.

  6. toArgList :: UnsafeSqlFunctionArgument a => a -> [SqlExpr (Value ())]

    esqueleto Database.Esqueleto.Internal.Internal

    No documentation available.

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

    esqueleto Database.Esqueleto.Internal.Internal

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

  8. veryUnsafeCoerceSqlExprValueList :: SqlExpr (ValueList a) -> SqlExpr (Value a)

    esqueleto Database.Esqueleto.Internal.Internal

    (Internal) Coerce a value's type from 'SqlExpr (ValueList a)' to 'SqlExpr (Value a)'. Does not work with empty lists. This is an alias for veryUnsafeCoerceSqlExpr, with the type fixed to ValueList and Value.

  9. FTList :: FieldType -> FieldType

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  10. PersistList :: [PersistValue] -> PersistValue

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

Page 110 of many | Previous | Next