Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. newtype FormException

    aws Aws.Core

    An error that occurred during form parsing / validation.

  2. FormException :: String -> FormException

    aws Aws.Core

    No documentation available.

  3. ForAttribute :: Text -> a -> Attribute a

    aws Aws.SimpleDb.Core

    No documentation available.

  4. data ForeignKeyAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    Action to perform on referencing foreign keys when a row is modified.

  5. ForeignKeyActionCascade :: ForeignKeyAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    CASCADE: propagate the action to referencing foreign key columns.

  6. ForeignKeyActionRestrict :: ForeignKeyAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    RESTRICT: prohibit modification of a row when foreign key references to that row exist.

  7. ForeignKeyActionSetDefault :: ForeignKeyAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    SET DEFAULT: set the referencing foreign key columns to their default values.

  8. ForeignKeyActionSetNull :: ForeignKeyAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    SET NULL: set the referencing foreign key colums to NULL.

  9. ForeignKeyNoAction :: ForeignKeyAction

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    NO ACTION
    

  10. data ForceMergeIndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    ForceMergeIndexSettings is used to configure index optimization. See https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-forcemerge.html for more info.

Page 325 of many | Previous | Next