Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. getSqlNameOr :: FieldNameDB -> [FieldAttr] -> FieldNameDB

    persistent Database.Persist.Quasi.Internal

    No documentation available.

  2. getUnboundEntityNameHS :: UnboundEntityDef -> EntityNameHS

    persistent Database.Persist.Quasi.Internal

    Return the EntityNameHS for an UnboundEntityDef.

  3. getUnboundFieldDefs :: UnboundEntityDef -> [UnboundFieldDef]

    persistent Database.Persist.Quasi.Internal

    Returns the [UnboundFieldDef] for an UnboundEntityDef. This returns all fields defined on the entity.

  4. getPsIdName :: PersistSettings -> Text

    persistent Database.Persist.Quasi.PersistSettings

    Retrieve the default name of the id column.

  5. getPsQuotedArgumentErrorLevel :: PersistSettings -> Maybe ParserErrorLevel

    persistent Database.Persist.Quasi.PersistSettings

    Retrieve the severity of the error generated when the parser encounters a quoted entity field attribute or quoted directive argument. If it is Nothing, quoted arguments are permitted in both entity field definitions and directives.

  6. getPsStrictFields :: PersistSettings -> Bool

    persistent Database.Persist.Quasi.PersistSettings

    Retrieve whether or not the PersistSettings will generate code with strict fields.

  7. getPsTabErrorLevel :: PersistSettings -> Maybe ParserErrorLevel

    persistent Database.Persist.Quasi.PersistSettings

    Retrieve the severity of the error generated when the parser encounters a tab. If it is Nothing, tabs are permitted in entity definitions.

  8. getPsToDBName :: PersistSettings -> Text -> Text

    persistent Database.Persist.Quasi.PersistSettings

    Retrieve the function in the PersistSettings that modifies the names into database names.

  9. getPsIdName :: PersistSettings -> Text

    persistent Database.Persist.Quasi.PersistSettings.Internal

    Retrieve the default name of the id column.

  10. getPsQuotedArgumentErrorLevel :: PersistSettings -> Maybe ParserErrorLevel

    persistent Database.Persist.Quasi.PersistSettings.Internal

    Retrieve the severity of the error generated when the parser encounters a quoted entity field attribute or quoted directive argument. If it is Nothing, quoted arguments are permitted in both entity field definitions and directives.

Page 5 of many | Previous | Next