Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. (.||.) :: OperatorContext c => Record c a -> Record c a -> Record c a

    relational-schemas Database.Custom.Oracle

    Concatenate operator corresponding SQL || .

  2. (.*.) :: (OperatorContext c, Num a) => Record c a -> Record c a -> Record c a

    relational-schemas Database.Custom.PostgreSQL

    Number operator corresponding SQL * .

  3. (.+.) :: (OperatorContext c, Num a) => Record c a -> Record c a -> Record c a

    relational-schemas Database.Custom.PostgreSQL

    Number operator corresponding SQL + .

  4. (.-.) :: (OperatorContext c, Num a) => Record c a -> Record c a -> Record c a

    relational-schemas Database.Custom.PostgreSQL

    Number operator corresponding SQL - .

  5. (./.) :: (OperatorContext c, Num a) => Record c a -> Record c a -> Record c a

    relational-schemas Database.Custom.PostgreSQL

    Number operator corresponding SQL /// .

  6. (.<.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.PostgreSQL

    Compare operator corresponding SQL < .

  7. (.<=.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.PostgreSQL

    Compare operator corresponding SQL <= .

  8. (.<>.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.PostgreSQL

    Compare operator corresponding SQL <> .

  9. (.=.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.PostgreSQL

    Compare operator corresponding SQL = .

  10. (.>.) :: OperatorContext c => Record c ft -> Record c ft -> Record c (Maybe Bool)

    relational-schemas Database.Custom.PostgreSQL

    Compare operator corresponding SQL > .

Page 92 of many | Previous | Next