Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (<-.) :: SqlUpdatable be s lhs rhs => lhs -> rhs -> QAssignment be s

    beam-core Database.Beam.Query

    Update a QField or Beamable type containing QFields with the given QExpr or Beamable type containing QExpr

  2. (<.) :: SqlOrd expr e => e -> e -> expr Bool

    beam-core Database.Beam.Query

    No documentation available.

  3. (<=*.) :: SqlOrdQuantified expr quantified e => e -> quantified -> expr Bool

    beam-core Database.Beam.Query

    No documentation available.

  4. (<=.) :: SqlOrd expr e => e -> e -> expr Bool

    beam-core Database.Beam.Query

    No documentation available.

  5. (<|>.) :: (SqlJustable a (QGenExpr ctxt syntax s y), SqlDeconstructMaybe syntax (QGenExpr ctxt syntax s y) a s) => QGenExpr ctxt syntax s y -> QGenExpr ctxt syntax s y -> QGenExpr ctxt syntax s y

    beam-core Database.Beam.Query

    No documentation available.

  6. (==*.) :: SqlEqQuantified expr quantified a => a -> quantified -> expr SqlBool

    beam-core Database.Beam.Query

    Quantified equality and inequality using SQL semantics (tri-state boolean)

  7. (==.) :: SqlEq expr a => a -> a -> expr Bool

    beam-core Database.Beam.Query

    Given two expressions, returns whether they are equal, using Haskell semantics (NULLs handled properly)

  8. (==?.) :: SqlEq expr a => a -> a -> expr SqlBool

    beam-core Database.Beam.Query

    Given two expressions, returns the SQL tri-state boolean when compared for equality

  9. (>*.) :: SqlOrdQuantified expr quantified e => e -> quantified -> expr Bool

    beam-core Database.Beam.Query

    No documentation available.

  10. (>.) :: SqlOrd expr e => e -> e -> expr Bool

    beam-core Database.Beam.Query

    No documentation available.

Page 127 of many | Previous | Next