Safe Haskell | Safe-Infered |
---|
Documentation
mysql_init :: MYSQL -> IO MYSQLSource
mysql_real_connect :: MYSQL -> CString -> CString -> CString -> CString -> CInt -> CString -> CInt -> IO MYSQLSource
mysql_close :: MYSQL -> IO ()Source
mysql_errno :: MYSQL -> IO CIntSource
mysql_error :: MYSQL -> IO CStringSource
mysql_free_result :: MYSQL_RES -> IO ()Source
mysql_next_result :: MYSQL -> IO CIntSource
withStatement :: Connection -> MYSQL -> MYSQL_RES -> IO StatementSource
getColValue :: MVar (MYSQL_ROW, MYSQL_LENGTHS) -> Int -> ColDef -> (ColDef -> CString -> Int -> IO a) -> IO aSource
handleSqlError :: MYSQL -> IO aSource