Hoogle Search

Within LTS Haskell 22.22 (ghc-9.6.5)

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

  1. query :: T mode -> T -> Type -> Word -> IO (Maybe T)

    alsa-seq Sound.ALSA.Sequencer.Subscribe.Query

    Queries a subscriber connected to (Write) or from (Read) a given address: query seq addr typ index

  2. query :: URL -> Maybe Text

    dhall Dhall.Core

    No documentation available.

  3. query :: Connection -> ByteString -> IO ()

    mysql Database.MySQL.Base

    No documentation available.

  4. query :: (QueryParams q, QueryResults r) => Connection -> Query -> q -> IO [r]

    mysql-simple Database.MySQL.Simple

    Perform a SELECT or other SQL query that is expected to return results. All results are retrieved and converted before this function returns. When processing large results, this function will consume a lot of client-side memory. Consider using fold instead. Exceptions that may be thrown:

  5. query :: SURI -> String

    happstack-server Happstack.Server.SURI

    Retrieves the query component from the URI

  6. query :: (MonadQualify ConfigureQuery m, MonadQuery m) => Relation () r -> QueryA m () (Record Flat r)

    relational-query Database.Relational.Arrow

    Same as query. Arrow version. The result arrow is not injected by local projected records.

  7. query :: (MonadQualify ConfigureQuery m, MonadQuery m) => Relation () r -> m (Record Flat r)

    relational-query Database.Relational.Relation

    Join sub-query. Query result is not NodeAttr.

  8. query :: Event -> IO Bool

    cuda Foreign.CUDA.Driver.Event

    Determines if a event has actually been recorded http://docs.nvidia.com/cuda/cuda-driver-api/group__CUDA__EVENT.html#group__CUDA__EVENT_1g6f0704d755066b0ee705749ae911deef

  9. query :: Event -> IO Bool

    cuda Foreign.CUDA.Runtime.Event

    Determines if a event has actually been recorded

  10. query :: QueryParam p => MySQLConn -> Query -> [p] -> IO ([ColumnDef], InputStream [MySQLValue])

    mysql-haskell Database.MySQL.Base

    Execute a MySQL query which return a result-set with parameters. Note that you must fully consumed the result-set before start a new query on the same MySQLConn, or an UnconsumedResultSet will be thrown. if you want to skip the result-set, use skipToEof.

Page 2 of many | Previous | Next