Copyright | 2013 Kei Hibino |
---|---|
License | BSD3 |
Maintainer | ex8k.hibino@gmail.com |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Database.HDBC.Schema.Driver
Description
This module provides driver interface to load database system catalog via HDBC.
Documentation
type TypeMap = [(String, TypeQ)] Source
Mapping between type name string of DBMS and type in Haskell. Type name string depends on specification of DBMS system catalogs.
Interface type to load database system catalog via HDBC.
Constructors
Driver | |
emptyDriver :: IConnection conn => Driver conn Source
Empty definition of Driver