Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

  1. setClientEncoding :: Connection -> ByteString -> IO Bool

    postgresql-libpq Database.PostgreSQL.LibPQ

    Sets the client encoding.

  2. setErrorVerbosity :: Connection -> Verbosity -> IO Verbosity

    postgresql-libpq Database.PostgreSQL.LibPQ

    Determines the verbosity of messages returned by errorMessage and resultErrorMessage. setErrorVerbosity sets the verbosity mode, returning the connection's previous setting. In ErrorsTerse mode, returned messages include severity, primary text, and position only; this will normally fit on a single line. The default mode produces messages that include the above plus any detail, hint, or context fields (these might span multiple lines). The ErrorsVerbose mode includes all available fields. Changing the verbosity does not affect the messages available from already-existing Result objects, only subsequently-created ones.

  3. setSingleRowMode :: Connection -> IO Bool

    postgresql-libpq Database.PostgreSQL.LibPQ

    Select single-row mode for the currently-executing query. This function can only be called immediately after PQsendQuery or one of its sibling functions, before any other operation on the connection such as PQconsumeInput or PQgetResult. If called at the correct time, the function activates single-row mode for the current query and returns 1. Otherwise the mode stays unchanged and the function returns 0. In any case, the mode reverts to normal after completion of the current query.

  4. setnonblocking :: Connection -> Bool -> IO Bool

    postgresql-libpq Database.PostgreSQL.LibPQ

    Sets the nonblocking status of the connection.

  5. set1 :: Calendar -> CalendarField -> Int -> Calendar

    text-icu Data.Text.ICU

    Set the value of one field of a calendar to a certain value. All fields are represented as 32-bit integers.

  6. setLine :: BiDi -> Int32 -> Int32 -> BiDi -> IO ()

    text-icu Data.Text.ICU.BiDi

    Sets a BiDi to contain the reordering information, especially the resolved levels, for all the characters in a line of text

  7. setPara :: BiDi -> Text -> Int32 -> IO ()

    text-icu Data.Text.ICU.BiDi

    Perform the Unicode Bidi algorithm. It is defined in the Unicode Standard Annex #9, version 13, also described in The Unicode Standard, Version 4.0. This function takes a piece of plain text containing one or more paragraphs, with or without externally specified embedding levels from styled text and computes the left-right-directionality of each character.

  8. setText :: BreakIterator a -> Text -> IO ()

    text-icu Data.Text.ICU.Break

    Point an existing BreakIterator at a new piece of text.

  9. set1 :: Calendar -> CalendarField -> Int -> Calendar

    text-icu Data.Text.ICU.Calendar

    Set the value of one field of a calendar to a certain value. All fields are represented as 32-bit integers.

  10. setAmPm :: Calendar -> Int -> Calendar

    text-icu Data.Text.ICU.Calendar

    No documentation available.

Page 40 of many | Previous | Next