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.
EmptySqlExprValueList :: UnexpectedCaseErroresqueleto Database.Esqueleto.Internal.Internal No documentation available.
-
esqueleto Database.Esqueleto.Internal.Internal A wrapper type for for any expr (Value a) for all a.
SomeValue :: forall a . SqlExpr (Value a) -> SomeValueesqueleto Database.Esqueleto.Internal.Internal No documentation available.
-
esqueleto Database.Esqueleto.Internal.Internal A class of things that can be converted into a list of SomeValue. It has instances for tuples and is the reason why groupBy can take tuples, like groupBy (foo ^. FooId, foo ^. FooName, foo ^. FooType).
-
esqueleto Database.Esqueleto.Internal.Internal No documentation available.
entityAsValue :: SqlExpr (Entity val) -> SqlExpr (Value (Entity val))esqueleto Database.Esqueleto.Internal.Internal No documentation available.
entityAsValueMaybe :: SqlExpr (Maybe (Entity val)) -> SqlExpr (Value (Maybe (Entity val)))esqueleto Database.Esqueleto.Internal.Internal No documentation available.
getEntityVal :: Proxy (SqlExpr (Entity a)) -> Proxy aesqueleto Database.Esqueleto.Internal.Internal No documentation available.
toSomeValues :: ToSomeValues a => a -> [SomeValue]esqueleto Database.Esqueleto.Internal.Internal No documentation available.
-
esqueleto Database.Esqueleto.Internal.Internal No documentation available.