Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
eqMaybeE :: IsSql92ExpressionSyntax expr => expr -> expr -> expr -> exprbeam-core Database.Beam.Backend.SQL.SQL92 Compare the first and second argument for nullable equality, if they are both not null, return the result of the third expression Some backends, like beam-postgres totally ignore the third result, because all equality there is sensible.
neqMaybeE :: IsSql92ExpressionSyntax expr => expr -> expr -> expr -> exprbeam-core Database.Beam.Backend.SQL.SQL92 Compare the first and second argument for nullable equality, if they are both not null, return the result of the third expression Some backends, like beam-postgres totally ignore the third result, because all equality there is sensible.
-
beam-core Database.Beam.Query Synonym of OneToManyOptional. Useful for giving more meaningful types, when the relationship is meant to be one-to-one.
-
beam-core Database.Beam.Query Type class for anything which can be checked for null-ness. This includes 'QExpr (Maybe a)' as well as Tables or PrimaryKeys over 'Nullable QExpr'.
-
beam-core Database.Beam.Query Convert a Maybe value to a concrete value, by suppling a default
-
beam-core Database.Beam.Query Conditionally limit the number of results returned by a query.
-
beam-core Database.Beam.Query Conditionally drop the first offset results.
-
beam-core Database.Beam.Query Used to define one-to-many (or one-to-one) relationships with a nullable foreign key. Takes the table to fetch, a way to extract the foreign key from that table, and the table to relate to.
-
beam-core Database.Beam.Query Use with set to optionally set a fiield to a new value, calculated based on one or more fields from the existing row
-
bytesmith Data.Bytes.Parser No documentation available.