| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Product
Documentation
Constructors
| Product | |
Fields
| |
Instances
| Show Product Source # | |
| Generic Product Source # | |
| PersistableWidth Product Source # | |
| TableDerivable Product Source # | |
| ShowConstantTermsSQL Product Source # | |
| FromSql SqlValue Product Source # | |
| ToSql SqlValue Product Source # | |
| HasColumnConstraint NotNull Product Source # | |
| HasColumnConstraint Primary Product Source # | |
| HasKeyConstraint Primary Product Source # | |
| HasConstraintKey Primary Product String Source # | |
| HasProjection "name" Product String Source # | |
| HasProjection "productCd" Product String Source # | |
| HasProjection "productTypeCd" Product String Source # | |
| HasProjection "dateOffered" Product (Maybe Day) Source # | |
| HasProjection "dateRetired" Product (Maybe Day) Source # | |
| ProductConstructor (String -> String -> String -> Maybe Day -> Maybe Day -> Product) Source # | |
| type Rep Product Source # | |
insertQueryProduct :: forall p. Relation p Product -> InsertQuery p Source #