-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Specific ODBC definitions to be used by SQL CLI clients. -- -- You should use this package if you intend to use sqlcli package to -- connect to ODBC datasources. @package sqlcli-odbc @version 0.1.0.1 module SQL.ODBC sql_attr_odbc_version :: Num a => a sql_attr_connection_pooling :: Num a => a sql_attr_cp_match :: Num a => a sql_attr_unixodbc_syspath :: Num a => a sql_attr_unixodbc_version :: Num a => a sql_attr_unixodbc_envattr :: Num a => a sql_cp_off :: CULong sql_cp_one_per_driver :: CULong sql_cp_one_per_henv :: CULong sql_cp_default :: CULong sql_cp_strict_match :: CULong sql_cp_relaxed_match :: CULong sql_cp_match_default :: CULong sql_ov_odbc2 :: CULong sql_ov_odbc3 :: CULong sql_ov_odbc3_80 :: CULong module SQL.CLI.ODBC -- | holds information specific to ODBC implementation odbcImplementation :: SQLConfig -- | 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 setupEnv :: (MonadIO m, MonadFail m) => m SQLHENV