Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

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

  1. tByteOffset :: Token -> !Int

    HsYAML Data.YAML.Token

    0-base byte offset in stream.

  2. tCharOffset :: Token -> !Int

    HsYAML Data.YAML.Token

    0-base character offset in stream.

  3. type BeamSqlBackendSetQuantifierSyntax be = Sql92SelectTableSetQuantifierSyntax BeamSqlBackendSelectTableSyntax be

    beam-core Database.Beam.Backend.SQL

    No documentation available.

  4. selectOffset :: Select -> Maybe Integer

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

    No documentation available.

  5. 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.

  6. onConflictUpdateSetWhere :: (BeamHasInsertOnConflict be, Beamable table) => (forall s . () => table (QField s) -> table (QExpr be s) -> QAssignment be s) -> (forall s . () => table (QField s) -> table (QExpr be s) -> QExpr be s Bool) -> SqlConflictAction be table

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

    No documentation available.

  7. class IsSql92AggregationSetQuantifierSyntax q

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

    No documentation available.

  8. offsetMaybe_ :: forall s a be (db :: (Type -> Type) -> Type) . (Projectible be a, ThreadRewritable (QNested s) a) => Maybe Integer -> Q be db (QNested s) a -> Q be db s (WithRewrittenThread (QNested s) s a)

    beam-core Database.Beam.Query

    Conditionally drop the first offset results.

  9. offset_ :: forall s a be (db :: (Type -> Type) -> Type) . (Projectible be a, ThreadRewritable (QNested s) a) => Integer -> Q be db (QNested s) a -> Q be db s (WithRewrittenThread (QNested s) s a)

    beam-core Database.Beam.Query

    Drop the first offset results. See also offsetMaybe_ to conditionally apply an offset

  10. QOffset :: forall be r (db :: (Type -> Type) -> Type) s next . Projectible be r => Integer -> QM be db (QNested s) r -> (r -> next) -> QF be db s next

    beam-core Database.Beam.Query.Internal

    No documentation available.

Page 114 of many | Previous | Next