Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. derivedUniqueKey :: HasConstraintKey Primary r ct => Key Unique r ct

    relational-schemas Database.Custom.SQLite3

    Inferred Unique constraint Key. Record type r has unique key which type is ct derived from primary key.

  2. derivedUniqueRelation :: TableDerivable r => Key Unique r k -> Record c k -> UniqueRelation () c r

    relational-schemas Database.Custom.SQLite3

    UniqueRelation inferred from table.

  3. derivedUpdate :: TableDerivable r => (Record Flat r -> Assign r (PlaceHolders p)) -> Update p

    relational-schemas Database.Custom.SQLite3

    Make typed Update from defaultConfig, derived table and Assign computation.

  4. derivedUpdate' :: TableDerivable r => Config -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p

    relational-schemas Database.Custom.SQLite3

    Make typed Update from Config, derived table and Assign computation.

  5. derivedUpdateAllColumn :: (PersistableWidth r, TableDerivable r) => (Record Flat r -> Restrict (PlaceHolders p)) -> Update (r, p)

    relational-schemas Database.Custom.SQLite3

    Deprecated. use updateAllColumn.

  6. derivedUpdateAllColumn' :: (PersistableWidth r, TableDerivable r) => Config -> (Record Flat r -> Restrict (PlaceHolders p)) -> Update (r, p)

    relational-schemas Database.Custom.SQLite3

    Deprecated. use updateAllColumn'.

  7. deriveAlignInfo :: Cell a => OccSpec -> a -> AlignInfo

    table-layout Text.Layout.Table

    Generate the AlignInfo of a cell by using the OccSpec.

  8. deriveColModInfosFromColumns :: (Foldable col, Cell a) => [ColSpec] -> [col a] -> [ColModInfo]

    table-layout Text.Layout.Table

    Derive the ColModInfo for each column of a list of columns by using the corresponding ColSpec.

  9. deriveColModInfosFromGrid :: Cell a => [ColSpec] -> [Row a] -> [ColModInfo]

    table-layout Text.Layout.Table

    Derive the ColModInfo for each column of a list of rows by using the corresponding ColSpec.

  10. deriveAlignInfo :: Cell a => OccSpec -> a -> AlignInfo

    table-layout Text.Layout.Table.Primitives.ColumnModifier

    Generate the AlignInfo of a cell by using the OccSpec.

Page 62 of many | Previous | Next