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.
PrefixTableName :: FilterTablePrefixpersistent Database.Persist.Sql Prefix the column with the table name. This is useful if the column name might be ambiguous.
unEntityWithPrefix :: EntityWithPrefix (prefix :: Symbol) record -> Entity recordpersistent Database.Persist.Sql No documentation available.
unPrefix :: forall (prefix :: Symbol) record . EntityWithPrefix prefix record -> Entity recordpersistent Database.Persist.Sql A helper function to tell GHC what the EntityWithPrefix prefix should be. This allows you to use a type application to specify the prefix, instead of specifying the etype on the result. As an example, here's code that uses this:
myQuery :: SqlPersistM [Entity Person] myQuery = fmap (unPrefix @"p") $ rawSql query [] where query = "SELECT ?? FROM person AS p"
mpsPrefixFields :: MkPersistSettings -> Boolpersistent Database.Persist.TH Prefix field names with the model name. Default: True. Note: this field is deprecated. Use the mpsFieldLabelModifier and mpsConstraintLabelModifier instead.
mpsPrefixFields :: MkPersistSettings -> Boolpersistent Database.Persist.TH.Internal Prefix field names with the model name. Default: True. Note: this field is deprecated. Use the mpsFieldLabelModifier and mpsConstraintLabelModifier instead.
fixedStrategy :: CompressionStrategyzlib Codec.Compression.GZip fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.
fixedStrategy :: CompressionStrategyzlib Codec.Compression.Zlib fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.
fixedStrategy :: CompressionStrategyzlib Codec.Compression.Zlib.Internal fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.
fixedStrategy :: CompressionStrategyzlib Codec.Compression.Zlib.Raw fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.
KeySizeFixed :: Int -> KeySizeSpecifiercrypton Crypto.Cipher.Types a specific size