haskelldb-hdbc-odbc-0.12: HaskellDB support for the HDBC ODBC driver.
Source code
Contents
Index
Database.HaskellDB.HDBC.ODBC
Portability
portable
Stability
experimental
Maintainer
haskelldb-users@lists.sourceforge.net
Description
Synopsis
odbcConnect
::
MonadIO
m =>
SqlGenerator
-> [(
String
,
String
)] -> (
Database
-> m a) -> m a
DriverInterface
(
DriverInterface
,
connect
,
requiredOptions
)
driver
::
DriverInterface
Documentation
odbcConnect
::
MonadIO
m =>
SqlGenerator
-> [(
String
,
String
)] -> (
Database
-> m a) -> m a
Source
DriverInterface
(
DriverInterface
,
connect
,
requiredOptions
)
driver
::
DriverInterface
Source
This driver passes its options through to HDBC.
Produced by
Haddock
version 2.4.2