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

Safe HaskellNone
LanguageHaskell2010

Account

Documentation

data Account Source #

Instances
Show Account Source # 
Instance details

Defined in Account

Generic Account Source # 
Instance details

Defined in Account

Associated Types

type Rep Account :: * -> * #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

PersistableWidth Account Source # 
Instance details

Defined in Account

TableDerivable Account Source # 
Instance details

Defined in Account

LiteralSQL Account Source # 
Instance details

Defined in Account

ToSql SqlValue Account Source # 
Instance details

Defined in Account

FromSql SqlValue Account Source # 
Instance details

Defined in Account

HasColumnConstraint NotNull Account Source # 
Instance details

Defined in Account

HasColumnConstraint Primary Account Source # 
Instance details

Defined in Account

HasKeyConstraint Primary Account Source # 
Instance details

Defined in Account

HasProjection "accountId" Account Int Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "accountId" -> Pi Account Int #

HasProjection "custId" Account Int Source # 
Instance details

Defined in Account

Methods

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

HasProjection "openDate" Account Day Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "openDate" -> Pi Account Day #

HasProjection "primary" Account Int Source # 
Instance details

Defined in Account

Methods

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

HasProjection "productCd" Account String Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "productCd" -> Pi Account String #

HasProjection "status" Account String Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "status" -> Pi Account String #

HasConstraintKey Primary Account Int Source # 
Instance details

Defined in Account

HasProjection "availBalance" Account (Maybe Double) Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "availBalance" -> Pi Account (Maybe Double) #

HasProjection "closeDate" Account (Maybe Day) Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "closeDate" -> Pi Account (Maybe Day) #

HasProjection "lastActivityDate" Account (Maybe Day) Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "lastActivityDate" -> Pi Account (Maybe Day) #

HasProjection "openBranchId" Account (Maybe Int) Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "openBranchId" -> Pi Account (Maybe Int) #

HasProjection "openEmpId" Account (Maybe Int) Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "openEmpId" -> Pi Account (Maybe Int) #

HasProjection "pendingBalance" Account (Maybe Double) Source # 
Instance details

Defined in Account

Methods

projection :: PiLabel "pendingBalance" -> Pi Account (Maybe Double) #

ProductConstructor (Int -> String -> Int -> Day -> Maybe Day -> Maybe Day -> String -> Maybe Int -> Maybe Int -> Maybe Double -> Maybe Double -> Account) Source # 
Instance details

Defined in Account

type Rep Account Source # 
Instance details

Defined in Account