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.
derivedUpdate :: TableDerivable r => (Record Flat r -> Assign r (PlaceHolders p)) -> Update prelational-schemas Database.Custom.Oracle Make typed Update from defaultConfig, derived table and Assign computation.
-
relational-schemas Database.Custom.Oracle Make typed Update from Config, derived table and Assign computation.
-
relational-schemas Database.Custom.Oracle Deprecated. use updateAllColumn.
-
relational-schemas Database.Custom.Oracle Deprecated. use updateAllColumn'.
derivedDelete :: TableDerivable r => (Record Flat r -> Restrict (PlaceHolders p)) -> Delete prelational-schemas Database.Custom.PostgreSQL Make typed Delete from defaultConfig, derived table and Restrict computation.
-
relational-schemas Database.Custom.PostgreSQL Make typed Delete from Config, derived table and Restrict computation.
derivedInsert :: (PersistableWidth r, TableDerivable r) => Pi r r' -> Insert r'relational-schemas Database.Custom.PostgreSQL Table type inferred Insert.
derivedInsertQuery :: TableDerivable r => Pi r r' -> Relation p r' -> InsertQuery prelational-schemas Database.Custom.PostgreSQL Table type inferred InsertQuery.
derivedInsertValue :: TableDerivable r => Register r (PlaceHolders p) -> Insert prelational-schemas Database.Custom.PostgreSQL Make typed Insert from defaultConfig, derived table and monadic built Register object.
derivedInsertValue' :: TableDerivable r => Config -> Register r (PlaceHolders p) -> Insert prelational-schemas Database.Custom.PostgreSQL Make typed Insert from Config, derived table and monadic built Register object.