Portability | unknown |
---|---|
Stability | experimental |
Maintainer | [email protected] |
Safe Haskell | None |
Database.Relational.Schema.IBMDB2
Description
This module implements queries to get table schema and table constraint informations from system catalog of IBM DB2.
Documentation
normalizeColumn :: String -> StringSource
Normalize column name string to query DB2 system catalog
Arguments
:: Map String TypeQ | Type mapping specified by user |
-> Columns | Column info in system catalog |
-> Maybe (String, TypeQ) | Result normalized name and mapped Haskell type |
Get column normalized name and column Haskell type.