Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. mysql_set_character_set :: Ptr MYSQL -> CString -> IO CInt

    mysql Database.MySQL.Base.C

    No documentation available.

  2. mysql_ssl_set :: Ptr MYSQL -> CString -> CString -> CString -> CString -> CString -> IO MyBool

    mysql Database.MySQL.Base.C

    No documentation available.

  3. CharsetDir :: FilePath -> Option

    mysql Database.MySQL.Base.Types

    No documentation available.

  4. CharsetName :: String -> Option

    mysql Database.MySQL.Base.Types

    No documentation available.

  5. type MYSQL_ROW_OFFSET = Ptr MYSQL_ROWS

    mysql Database.MySQL.Base.Types

    No documentation available.

  6. fieldCharSet :: Field -> Word

    mysql Database.MySQL.Base.Types

    Character set number.

  7. reset :: Statement -> IO ()

    sqlite-simple Database.SQLite.Simple

    Resets a statement. This does not reset bound parameters, if any, but allows the statement to be reexecuted again by invoking nextRow.

  8. type BeamSqlBackendSetQuantifierSyntax be = Sql92SelectTableSetQuantifierSyntax BeamSqlBackendSelectTableSyntax be

    beam-core Database.Beam.Backend.SQL

    No documentation available.

  9. selectOffset :: Select -> Maybe Integer

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

    No documentation available.

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

Page 123 of many | Previous | Next