Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. FieldCascade :: !Maybe CascadeAction -> !Maybe CascadeAction -> FieldCascade

    esqueleto Database.Esqueleto.Experimental

    No documentation available.

  2. crFieldCascade :: ColumnReference -> !FieldCascade

    esqueleto Database.Esqueleto.Experimental

    Whether or not updates/deletions to the referenced table cascade to this table.

  3. fieldCascade :: FieldDef -> !FieldCascade

    esqueleto Database.Esqueleto.Experimental

    Defines how operations on the field cascade on to the referenced tables. This doesn't have any meaning if the fieldReference is set to NoReference or SelfReference. The cascade option here should be the same as the one obtained in the fieldReference.

  4. foreignFieldCascade :: ForeignDef -> !FieldCascade

    esqueleto Database.Esqueleto.Experimental

    Determine how the field will cascade on updates and deletions.

  5. noCascade :: FieldCascade

    esqueleto Database.Esqueleto.Experimental

    A FieldCascade that does nothing.

  6. renderCascadeAction :: CascadeAction -> Text

    esqueleto Database.Esqueleto.Experimental

    Render a CascadeAction to Text such that it can be used in a SQL command.

  7. renderFieldCascade :: FieldCascade -> Text

    esqueleto Database.Esqueleto.Experimental

    Renders a FieldCascade value such that it can be used in SQL migrations.

  8. hasCompositeKeyMeta :: SqlExprMeta -> Bool

    esqueleto Database.Esqueleto.Internal.Internal

    Does this meta contain values for composite fields. This field is field out for composite key values

  9. Cascade :: CascadeAction

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  10. data CascadeAction

    esqueleto Database.Esqueleto.Legacy

    An action that might happen on a deletion or update on a foreign key change.

Page 3 of many | Previous | Next