sqlcli-odbc-0.1.0.1: Specific ODBC definitions to be used by SQL CLI clients.

Safe HaskellSafe
LanguageHaskell2010

SQL.CLI.ODBC

Synopsis

Documentation

odbcImplementation :: SQLConfig Source #

holds information specific to ODBC implementation

setupEnv :: (MonadIO m, MonadFail m) => m SQLHENV Source #

helper function to allocate and setup an ODBC environment handle; it displays diagnostics on standard error and fails if the handle could not be allocated or setting the environment failed; it requires ODBC 3 implementation