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