| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Customer
Documentation
Constructors
| Customer | |
Instances
| Show Customer Source # | |
| Generic Customer Source # | |
| PersistableWidth Customer Source # | |
| TableDerivable Customer Source # | |
| ShowConstantTermsSQL Customer Source # | |
| FromSql SqlValue Customer Source # | |
| ToSql SqlValue Customer Source # | |
| HasColumnConstraint NotNull Customer Source # | |
| HasColumnConstraint Primary Customer Source # | |
| HasKeyConstraint Primary Customer Source # | |
| HasConstraintKey Primary Customer Int Source # | |
| HasProjection "custId" Customer Int Source # | |
| HasProjection "custTypeCd" Customer String Source # | |
| HasProjection "fedId" Customer String Source # | |
| HasProjection "address" Customer (Maybe String) Source # | |
| HasProjection "city" Customer (Maybe String) Source # | |
| HasProjection "postalCode" Customer (Maybe String) Source # | |
| HasProjection "state" Customer (Maybe String) Source # | |
| ProductConstructor (Int -> String -> String -> Maybe String -> Maybe String -> Maybe String -> Maybe String -> Customer) Source # | |
| type Rep Customer Source # | |
insertQueryCustomer :: forall p. Relation p Customer -> InsertQuery p Source #