Copyright | 2013-2017 Kei Hibino |
---|---|
License | BSD3 |
Maintainer | [email protected] |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Database.Relational.Schema.DB2Syscat.Columns
Description
Generate template of SYSCAT.columns system catalog table.
Documentation
Constructors
Columns | |
Fields
|
Instances
Show Columns Source # | |
Generic Columns Source # | |
PersistableWidth Columns Source # | |
TableDerivable Columns Source # | |
ShowConstantTermsSQL Columns Source # | |
ProductConstructor (String -> String -> String -> Int16 -> String -> String -> Int32 -> Int16 -> Maybe String -> String -> Int16 -> String -> String -> Int64 -> Maybe String -> Maybe String -> Int32 -> Maybe Int16 -> Maybe Int16 -> Int16 -> Int16 -> Int64 -> Maybe String -> Maybe String -> Maybe String -> Maybe String -> Maybe String -> Maybe String -> Maybe String -> Maybe String -> String -> Int32 -> String -> String -> Maybe String -> Maybe String -> Columns) Source # | |
type Rep Columns Source # | |
insertQueryColumns :: forall p. Relation p Columns -> InsertQuery p Source #