| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Business
Documentation
Constructors
| Business | |
Instances
| Show Business Source # | |
| Generic Business Source # | |
| PersistableWidth Business Source # | |
| TableDerivable Business Source # | |
| ShowConstantTermsSQL Business Source # | |
| FromSql SqlValue Business Source # | |
| ToSql SqlValue Business Source # | |
| HasColumnConstraint NotNull Business Source # | |
| HasColumnConstraint Primary Business Source # | |
| HasKeyConstraint Primary Business Source # | |
| HasConstraintKey Primary Business Int Source # | |
| HasProjection "custId" Business Int Source # | |
| HasProjection "name" Business String Source # | |
| HasProjection "stateId" Business String Source # | |
| HasProjection "incorpDate" Business (Maybe Day) Source # | |
| ProductConstructor (Int -> String -> String -> Maybe Day -> Business) Source # | |
| type Rep Business Source # | |
insertQueryBusiness :: forall p. Relation p Business -> InsertQuery p Source #