Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. useTPGDatabase :: PGDatabase -> DecsQ

    postgresql-typed Database.PostgreSQL.Typed

    Specify an alternative database to use during compilation. This lets you override the default connection parameters that are based on TPG environment variables. This should be called as a top-level declaration and produces no code. It uses pgReconnect so is safe to call multiple times with the same database.

  2. invalid_row_count_in_result_offset_clause :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE: 2201X (Error)

  3. no_additional_dynamic_result_sets_returned :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    NO_ADDITIONAL_DYNAMIC_RESULT_SETS_RETURNED: 02001 (Warning)

  4. warning_dynamic_result_sets_returned :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    WARNING_DYNAMIC_RESULT_SETS_RETURNED: 0100C (Warning)

  5. warning_null_value_eliminated_in_set_function :: ByteString

    postgresql-typed Database.PostgreSQL.Typed.ErrCodes

    WARNING_NULL_VALUE_ELIMINATED_IN_SET_FUNCTION: 01003 (Warning)

  6. useTPGDatabase :: PGDatabase -> DecsQ

    postgresql-typed Database.PostgreSQL.Typed.TH

    Specify an alternative database to use during compilation. This lets you override the default connection parameters that are based on TPG environment variables. This should be called as a top-level declaration and produces no code. It uses pgReconnect so is safe to call multiple times with the same database.

  7. module Data.Primitive.ByteArray.Offset

    No documentation available.

  8. data ByteArrayOffset

    primitive-offset Data.Primitive.ByteArray.Offset

    A byte array and an index into the array. The element type is understood to be byte (an 8-bit word).

  9. ByteArrayOffset :: ByteArray -> Int -> ByteArrayOffset

    primitive-offset Data.Primitive.ByteArray.Offset

    No documentation available.

  10. data MutableByteArrayOffset s

    primitive-offset Data.Primitive.ByteArray.Offset

    A mutable byte array and an index into the array. The element type is understood to be byte (an 8-bit word).

Page 204 of many | Previous | Next