relational-record-examples-0.5.1.1: Examples of Haskell Relationa Record

Safe HaskellNone
LanguageHaskell2010

Customer

Documentation

data Customer Source #

Constructors

Customer 
Instances
Show Customer Source # 
Instance details

Defined in Customer

Generic Customer Source # 
Instance details

Defined in Customer

Associated Types

type Rep Customer :: * -> * #

Methods

from :: Customer -> Rep Customer x #

to :: Rep Customer x -> Customer #

PersistableWidth Customer Source # 
Instance details

Defined in Customer

TableDerivable Customer Source # 
Instance details

Defined in Customer

LiteralSQL Customer Source # 
Instance details

Defined in Customer

ToSql SqlValue Customer Source # 
Instance details

Defined in Customer

FromSql SqlValue Customer Source # 
Instance details

Defined in Customer

HasColumnConstraint NotNull Customer Source # 
Instance details

Defined in Customer

HasColumnConstraint Primary Customer Source # 
Instance details

Defined in Customer

HasKeyConstraint Primary Customer Source # 
Instance details

Defined in Customer

HasProjection "custId" Customer Int Source # 
Instance details

Defined in Customer

Methods

projection :: PiLabel "custId" -> Pi Customer Int #

HasProjection "custTypeCd" Customer String Source # 
Instance details

Defined in Customer

Methods

projection :: PiLabel "custTypeCd" -> Pi Customer String #

HasProjection "fedId" Customer String Source # 
Instance details

Defined in Customer

Methods

projection :: PiLabel "fedId" -> Pi Customer String #

HasProjection "primary" Customer Int Source # 
Instance details

Defined in Customer

Methods

projection :: PiLabel "primary" -> Pi Customer Int #

HasConstraintKey Primary Customer Int Source # 
Instance details

Defined in Customer

HasProjection "address" Customer (Maybe String) Source # 
Instance details

Defined in Customer

Methods

projection :: PiLabel "address" -> Pi Customer (Maybe String) #

HasProjection "city" Customer (Maybe String) Source # 
Instance details

Defined in Customer

Methods

projection :: PiLabel "city" -> Pi Customer (Maybe String) #

HasProjection "postalCode" Customer (Maybe String) Source # 
Instance details

Defined in Customer

Methods

projection :: PiLabel "postalCode" -> Pi Customer (Maybe String) #

HasProjection "state" Customer (Maybe String) Source # 
Instance details

Defined in Customer

Methods

projection :: PiLabel "state" -> Pi Customer (Maybe String) #

ProductConstructor (Int -> String -> String -> Maybe String -> Maybe String -> Maybe String -> Maybe String -> Customer) Source # 
Instance details

Defined in Customer

type Rep Customer Source # 
Instance details

Defined in Customer