Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setEntityId :: FieldDef -> EntityDef -> EntityDefpersistent Database.Persist.EntityDef setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDefpersistent Database.Persist.EntityDef No documentation available.
setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDefpersistent Database.Persist.FieldDef setImplicitIdDefMaxLen :: Integer -> ImplicitIdDef -> ImplicitIdDefpersistent Database.Persist.ImplicitIdDef Set the maximum length of the implied ID column. This is required for any type where the associated SqlType is a TEXT or VARCHAR sort of thing.
setImplicitIdDefMaxLen :: Integer -> ImplicitIdDef -> ImplicitIdDefpersistent Database.Persist.ImplicitIdDef.Internal Set the maximum length of the implied ID column. This is required for any type where the associated SqlType is a TEXT or VARCHAR sort of thing.
setPsIdName :: Text -> PersistSettings -> PersistSettingspersistent Database.Persist.Quasi Set the default name of the id column.
setPsQuotedArgumentErrorLevel :: Maybe ParserErrorLevel -> PersistSettings -> PersistSettingspersistent Database.Persist.Quasi Set the severity of the error generated when the parser encounters a quoted entity field attribute. If set to Nothing, quoted arguments are permitted in both entity field definitions and directives.
setPsStrictFields :: Bool -> PersistSettings -> PersistSettingspersistent Database.Persist.Quasi Set whether or not the PersistSettings will make fields strict.
setPsTabErrorLevel :: Maybe ParserErrorLevel -> PersistSettings -> PersistSettingspersistent Database.Persist.Quasi Set the severity of the error generated when the parser encounters a tab. If set to Nothing, tabs are permitted in entity definitions.
setPsToDBName :: (Text -> Text) -> PersistSettings -> PersistSettingspersistent Database.Persist.Quasi Set the name modification function that translates the QuasiQuoted names for use in the database.