Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toMaybe :: ToMaybe a => a -> ToMaybeT aesqueleto Database.Esqueleto.Experimental No documentation available.
getTableMaybe :: GetFirstTable (SqlExpr (Maybe (Entity t))) ts => ts -> SqlExpr (Maybe (Entity t))esqueleto Database.Esqueleto.Experimental.From.Join A variant of getTable that operates on possibly-null entities.
module Database.Esqueleto.Experimental.
ToMaybe No documentation available.
-
esqueleto Database.Esqueleto.Experimental.ToMaybe No documentation available.
-
esqueleto Database.Esqueleto.Experimental.ToMaybe No documentation available.
toMaybe :: ToMaybe a => a -> ToMaybeT aesqueleto Database.Esqueleto.Experimental.ToMaybe No documentation available.
entityAsValueMaybe :: SqlExpr (Maybe (Entity val)) -> SqlExpr (Value (Maybe (Entity val)))esqueleto Database.Esqueleto.Internal.Internal No documentation available.
-
esqueleto Database.Esqueleto.Internal.Internal As fromBaseId, but works on Maybe keys.
-
esqueleto Database.Esqueleto.Internal.Internal (Internal) Same as fromStart, but entity may be missing.
-
esqueleto Database.Esqueleto.Internal.Internal Execute a subquery SELECT in a SqlExpr. This function is a shorthand for the common joinV . subSelect idiom, where you are calling subSelect on an expression that would be Maybe already. As an example, you would use this function when calling sum_ or max_, which have Maybe in the result type (for a 0 row query).