• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. SQLOpenReadOnly :: SQLOpenFlag

    direct-sqlite Database.SQLite3

    No documentation available.

  2. SQLOpenReadWrite :: SQLOpenFlag

    direct-sqlite Database.SQLite3

    No documentation available.

  3. blobRead :: Blob -> Int -> Int -> IO ByteString

    direct-sqlite Database.SQLite3

    https://www.sqlite.org/c3ref/blob_read.html

  4. blobReadBuf :: Blob -> Ptr a -> Int -> Int -> IO ()

    direct-sqlite Database.SQLite3

    No documentation available.

  5. c_sqlite3_blob_read :: Ptr CBlob -> Ptr a -> CInt -> CInt -> IO CError

    direct-sqlite Database.SQLite3.Bindings

    https://www.sqlite.org/c3ref/blob_read.html

  6. ErrorIORead :: Error

    direct-sqlite Database.SQLite3.Bindings.Types

    No documentation available.

  7. ErrorIOReadLock :: Error

    direct-sqlite Database.SQLite3.Bindings.Types

    No documentation available.

  8. ErrorIOShortRead :: Error

    direct-sqlite Database.SQLite3.Bindings.Types

    No documentation available.

  9. ErrorReadOnly :: Error

    direct-sqlite Database.SQLite3.Bindings.Types

    Attempt to write a readonly database

  10. ErrorReadOnlyCan'tInit :: Error

    direct-sqlite Database.SQLite3.Bindings.Types

    No documentation available.

Page 693 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete