Safe Haskell | None |
---|---|
Language | Haskell2010 |
DB.HSQL.MySQL.Functions
Documentation
mysql_init :: MYSQL -> IO MYSQL Source
mysql_real_connect :: MYSQL -> CString -> CString -> CString -> CString -> CInt -> CString -> CInt -> IO MYSQL Source
mysql_close :: MYSQL -> IO () Source
mysql_errno :: MYSQL -> IO CInt Source
mysql_error :: MYSQL -> IO CString Source
mysql_use_result :: MYSQL -> IO MYSQL_RES Source
mysql_free_result :: MYSQL_RES -> IO () Source
mysql_next_result :: MYSQL -> IO CInt Source
withStatement :: Connection -> MYSQL -> MYSQL_RES -> IO Statement Source
getColValue :: MVar (MYSQL_ROW, MYSQL_LENGTHS) -> Int -> ColDef -> (ColDef -> CString -> Int -> IO a) -> IO a Source
handleSqlError :: MYSQL -> IO a Source