Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ForeignKeyActionRestrict :: ForeignKeyAction

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

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

  2. ForeignKeyActionSetDefault :: ForeignKeyAction

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

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

  3. ForeignKeyActionSetNull :: ForeignKeyAction

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

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

  4. ForeignKeyNoAction :: ForeignKeyAction

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

    NO ACTION
    

  5. 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.

  6. ForceMergeIndexSettings :: Maybe Int -> Bool -> Bool -> ForceMergeIndexSettings

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

  7. data ForceMergeIndexSettings

    bloodhound Database.Bloodhound.Common.Types

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

  8. ForceMergeIndexSettings :: Maybe Int -> Bool -> Bool -> ForceMergeIndexSettings

    bloodhound Database.Bloodhound.Common.Types

    No documentation available.

  9. ForceVersion :: ExternalDocVersion -> VersionControl

    bloodhound Database.Bloodhound.Common.Types

    The document will always be indexed and the given version will be the new version. This is typically used for correcting errors. Use with care, as this could result in data loss.

  10. ForceRecompile :: PluginRecompile

    breakpoint Debug.Breakpoint.GhcFacade

    No documentation available.

Page 325 of many | Previous | Next