hsql-mysql-1.8.1: MySQL driver for HSQL.

DB.HSQL.MySQL.Functions

Documentation

withStatement :: Connection -> MYSQL -> MYSQL_RES -> IO StatementSource

getColValue :: MVar (MYSQL_ROW, MYSQL_LENGTHS) -> Int -> FieldDef -> (FieldDef -> CString -> Int -> IO a) -> IO aSource