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. PrefixTableName :: FilterTablePrefix

    persistent Database.Persist.Sql

    Prefix the column with the table name. This is useful if the column name might be ambiguous.

  2. unEntityWithPrefix :: EntityWithPrefix (prefix :: Symbol) record -> Entity record

    persistent Database.Persist.Sql

    No documentation available.

  3. unPrefix :: forall (prefix :: Symbol) record . EntityWithPrefix prefix record -> Entity record

    persistent 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"
    

  4. mpsPrefixFields :: MkPersistSettings -> Bool

    persistent Database.Persist.TH

    Prefix field names with the model name. Default: True. Note: this field is deprecated. Use the mpsFieldLabelModifier and mpsConstraintLabelModifier instead.

  5. mpsPrefixFields :: MkPersistSettings -> Bool

    persistent Database.Persist.TH.Internal

    Prefix field names with the model name. Default: True. Note: this field is deprecated. Use the mpsFieldLabelModifier and mpsConstraintLabelModifier instead.

  6. fixedStrategy :: CompressionStrategy

    zlib Codec.Compression.GZip

    fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.

  7. fixedStrategy :: CompressionStrategy

    zlib Codec.Compression.Zlib

    fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.

  8. fixedStrategy :: CompressionStrategy

    zlib Codec.Compression.Zlib.Internal

    fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.

  9. fixedStrategy :: CompressionStrategy

    zlib Codec.Compression.Zlib.Raw

    fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.

  10. KeySizeFixed :: Int -> KeySizeSpecifier

    crypton Crypto.Cipher.Types

    a specific size

Page 58 of many | Previous | Next