Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
exceptAll :: Relation () a -> Relation () a -> Relation () arelational-query Database.Relational.Set Subtraction of two relations. Not distinct.
exceptAll' :: Relation p a -> Relation q a -> Relation (p, q) arelational-query Database.Relational.Set Subtraction of two relations with place-holder parameters. Not distinct.
intersectAll :: Relation () a -> Relation () a -> Relation () arelational-query Database.Relational.Set Intersection of two relations. Not distinct.
intersectAll' :: Relation p a -> Relation q a -> Relation (p, q) arelational-query Database.Relational.Set Intersection of two relations with place-holder parameters. Not distinct.
unionAll :: Relation () a -> Relation () a -> Relation () arelational-query Database.Relational.Set Union of two relations. Not distinct.
unionAll' :: Relation p a -> Relation q a -> Relation (p, q) arelational-query Database.Relational.Set Union of two relations with place-holder parameters. Not distinct.
-
relational-query Database.Relational.Type Deprecated: use updateAllColumn instead of this.
-
relational-query Database.Relational.Type Deprecated: use updateAllColumn' instead of this.
-
relational-query Database.Relational.Type Make typed Update from Table and Restrict computation. Update target is all column.
-
relational-query Database.Relational.Type Make typed Update from defaultConfig, derived table and Restrict computation. Update target is all column.