| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Relational.Schema.SQLServerSyscat.Columns
Documentation
Constructors
| Columns | |
Instances
| Show Columns # | |
| Generic Columns # | |
| PersistableWidth Columns # | |
| TableDerivable Columns # | |
| ShowConstantTermsSQL Columns # | |
| HasProjection "columnId" Columns Int32 # | |
| HasProjection "objectId" Columns Int32 # | |
| HasProjection "userTypeId" Columns Int32 # | |
| HasProjection "isNullable" Columns (Maybe Bool) # | |
| HasProjection "name" Columns (Maybe String) # | |
| ProductConstructor (Int32 -> Maybe String -> Int32 -> Int32 -> Maybe Bool -> Columns) # | |
| type Rep Columns # | |
userTypeId' :: Pi Columns Int32 #
insertQueryColumns :: forall p. Relation p Columns -> InsertQuery p #