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.
getSqlNameOr :: FieldNameDB -> [FieldAttr] -> FieldNameDBpersistent Database.Persist.Quasi.Internal No documentation available.
getUnboundEntityNameHS :: UnboundEntityDef -> EntityNameHSpersistent Database.Persist.Quasi.Internal Return the EntityNameHS for an UnboundEntityDef.
getUnboundFieldDefs :: UnboundEntityDef -> [UnboundFieldDef]persistent Database.Persist.Quasi.Internal Returns the [UnboundFieldDef] for an UnboundEntityDef. This returns all fields defined on the entity.
getPsIdName :: PersistSettings -> Textpersistent Database.Persist.Quasi.PersistSettings Retrieve the default name of the id column.
getPsQuotedArgumentErrorLevel :: PersistSettings -> Maybe ParserErrorLevelpersistent 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.
getPsStrictFields :: PersistSettings -> Boolpersistent Database.Persist.Quasi.PersistSettings Retrieve whether or not the PersistSettings will generate code with strict fields.
getPsTabErrorLevel :: PersistSettings -> Maybe ParserErrorLevelpersistent 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.
getPsToDBName :: PersistSettings -> Text -> Textpersistent Database.Persist.Quasi.PersistSettings Retrieve the function in the PersistSettings that modifies the names into database names.
getPsIdName :: PersistSettings -> Textpersistent Database.Persist.Quasi.PersistSettings.Internal Retrieve the default name of the id column.
getPsQuotedArgumentErrorLevel :: PersistSettings -> Maybe ParserErrorLevelpersistent 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.