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.
-
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).
-
esqueleto Database.Esqueleto.Internal.Internal No documentation available.
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.
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.
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.
toArgList :: UnsafeSqlFunctionArgument a => a -> [SqlExpr (Value ())]esqueleto Database.Esqueleto.Internal.Internal No documentation available.
valList :: PersistField typ => [typ] -> SqlExpr (ValueList typ)esqueleto Database.Esqueleto.Internal.Internal Lift a list of constant value from Haskell-land to the query.
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.
FTList :: FieldType -> FieldTypeesqueleto Database.Esqueleto.Legacy No documentation available.
PersistList :: [PersistValue] -> PersistValueesqueleto Database.Esqueleto.Legacy No documentation available.