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. insertValueList' :: (TableDerivable r, LiteralSQL r') => Config -> Pi r r' -> [r'] -> [Insert ()]

    relational-query Database.Relational

    Make typed Insert list from Config and records list.

  2. sqlChunksFromRecordList :: LiteralSQL r' => Config -> Table r -> Pi r r' -> [r'] -> [StringSQL]

    relational-query Database.Relational

    Make StringSQL strings of SQL INSERT strings from records list

  3. type AggregatingSetList = QueryA AggregatingSetList

    relational-query Database.Relational.Arrow

    Arrow type corresponding to AggregatingSetList

  4. data RecordList (p :: Type -> Type) t

    relational-query Database.Relational.Arrow

    Projected record list type for row list.

  5. data SetList

    relational-query Database.Relational.Arrow

    Type tag for aggregatings GROUPING SETS

  6. insertValueList :: (TableDerivable r, LiteralSQL r') => Pi r r' -> [r'] -> [Insert ()]

    relational-query Database.Relational.Arrow

    Make typed Insert list from records list.

  7. insertValueList' :: (TableDerivable r, LiteralSQL r') => Config -> Pi r r' -> [r'] -> [Insert ()]

    relational-query Database.Relational.Arrow

    Make typed Insert list from Config and records list.

  8. queryList :: forall (m :: Type -> Type) c a r . MonadQualify ConfigureQuery m => (Record c a -> Relation () r) -> QueryA m (Record c a) (RecordList (Record c) r)

    relational-query Database.Relational.Arrow

    Same as queryList. Arrow version. The result arrow is designed to be injected by local projected records.

  9. queryList' :: forall (m :: Type -> Type) c a p r . MonadQualify ConfigureQuery m => (Record c a -> Relation p r) -> QueryA m (Record c a) (PlaceHolders p, RecordList (Record c) r)

    relational-query Database.Relational.Arrow

    Same as queryList'. Arrow version. The result arrow is designed to be injected by local projected records.

  10. queryListU :: forall (m :: Type -> Type) r c . MonadQualify ConfigureQuery m => Relation () r -> QueryA m () (RecordList (Record c) r)

    relational-query Database.Relational.Arrow

    Same as queryList. Arrow version. Useful for no reference cases to local projected records.

Page 150 of many | Previous | Next