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.
derivedUniqueKey :: HasConstraintKey Primary r ct => Key Unique r ctrelational-schemas Database.Custom.SQLite3 Inferred Unique constraint Key. Record type r has unique key which type is ct derived from primary key.
derivedUniqueRelation :: TableDerivable r => Key Unique r k -> Record c k -> UniqueRelation () c rrelational-schemas Database.Custom.SQLite3 UniqueRelation inferred from table.
derivedUpdate :: TableDerivable r => (Record Flat r -> Assign r (PlaceHolders p)) -> Update prelational-schemas Database.Custom.SQLite3 Make typed Update from defaultConfig, derived table and Assign computation.
-
relational-schemas Database.Custom.SQLite3 Make typed Update from Config, derived table and Assign computation.
-
relational-schemas Database.Custom.SQLite3 Deprecated. use updateAllColumn.
-
relational-schemas Database.Custom.SQLite3 Deprecated. use updateAllColumn'.
deriveAlignInfo :: Cell a => OccSpec -> a -> AlignInfotable-layout Text.Layout.Table 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.
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.
deriveAlignInfo :: Cell a => OccSpec -> a -> AlignInfotable-layout Text.Layout.Table.Primitives.ColumnModifier