Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. caseMaybe :: (OperatorContext c, PersistableWidth b) => Record c a -> [(Record c a, Record c (Maybe b))] -> Record c (Maybe b)

    relational-schemas Database.Custom.Oracle

    Null default version of case'.

  2. caseSearchMaybe :: (OperatorContext c, PersistableWidth a) => [(Predicate c, Record c (Maybe a))] -> Record c (Maybe a)

    relational-schemas Database.Custom.Oracle

    Null default version of caseSearch.

  3. flattenMaybe :: ProjectableMaybe p => p (Maybe (Maybe a)) -> p (Maybe a)

    relational-schemas Database.Custom.Oracle

    Compose nested Maybe phantom type on record.

  4. flattenPiMaybe :: (PersistableWidth a, ProjectableFlattenMaybe (Maybe b) c) => Record cont (Maybe a) -> Pi a b -> Record cont c

    relational-schemas Database.Custom.Oracle

    Get narrower record with flatten leaf phantom Maybe types along with projection path.

  5. fromIntegralMaybe :: (SqlContext c, Integral a, Num b) => Record c (Maybe a) -> Record c (Maybe b)

    relational-schemas Database.Custom.Oracle

    Number fromIntegral uni-operator.

  6. fromMaybe :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c r -> Record c (Maybe r) -> Record c r

    relational-schemas Database.Custom.Oracle

    Operator from maybe type using record extended isNull.

  7. likeMaybe :: (OperatorContext c, IsString a, LiteralSQL a) => Record c (Maybe a) -> a -> Record c (Maybe Bool)

    relational-schemas Database.Custom.Oracle

    String-compare operator corresponding SQL LIKE . Maybe type version.

  8. likeMaybe' :: (OperatorContext c, IsString a) => Record c (Maybe a) -> Record c (Maybe a) -> Record c (Maybe Bool)

    relational-schemas Database.Custom.Oracle

    String-compare operator corresponding SQL LIKE .

  9. maxMaybe :: (Ord a, AggregatedContext ac, SqlContext ac) => Record Flat (Maybe a) -> Record ac (Maybe a)

    relational-schemas Database.Custom.Oracle

    Aggregation function MAX.

  10. minMaybe :: (Ord a, AggregatedContext ac, SqlContext ac) => Record Flat (Maybe a) -> Record ac (Maybe a)

    relational-schemas Database.Custom.Oracle

    Aggregation function MIN.

Page 311 of many | Previous | Next