sqlcli-odbc-0.2.0.1: ODBC specific definitions to be used by SQL CLI clients.

Safe HaskellNone
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

toODBCType :: SQLSMALLINT -> SQLSMALLINT Source #

convert an implementation type identifier to an ODBC known type