Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. reset :: Statement -> IO ()

    sqlite-simple Database.SQLite.Simple

    Resets a statement. This does not reset bound parameters, if any, but allows the statement to be reexecuted again by invoking nextRow.

  2. peekSet :: (IsSet t, Store (Element t)) => Peek t

    store Data.Store.Internal

    Implement peek for an IsSequence of Store instances.

  3. pokeSet :: (IsSet t, Store (Element t)) => t -> Poke ()

    store Data.Store.Internal

    Implement poke for an IsSequence of Store instances.

  4. sizeSet :: (IsSet t, Store (Element t)) => Size t

    store Data.Store.Internal

    Implement size for an IsSet of Store instances.

  5. parseTimeRFC2822 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC2822

    No documentation available.

  6. parseTimeRFC3339 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC3339

    No documentation available.

  7. parseTimeRFC822 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC822

    No documentation available.

  8. type BeamSqlBackendSetQuantifierSyntax be = Sql92SelectTableSetQuantifierSyntax BeamSqlBackendSelectTableSyntax be

    beam-core Database.Beam.Backend.SQL

    No documentation available.

  9. selectOffset :: Select -> Maybe Integer

    beam-core Database.Beam.Backend.SQL.AST

    No documentation available.

  10. onConflictUpdateSet :: (BeamHasInsertOnConflict be, Beamable table) => (forall s . () => table (QField s) -> table (QExpr be s) -> QAssignment be s) -> SqlConflictAction be table

    beam-core Database.Beam.Backend.SQL.BeamExtensions

    No documentation available.

Page 134 of many | Previous | Next