persistent-test-2.0.0.3: Tests for Persistent

Safe HaskellNone
LanguageHaskell2010

PersistUniqueTest

Documentation

data Fo Source #

Constructors

Fo 

Fields

Instances

Eq Fo Source # 

Methods

(==) :: Fo -> Fo -> Bool #

(/=) :: Fo -> Fo -> Bool #

Show Fo Source # 

Methods

showsPrec :: Int -> Fo -> ShowS #

show :: Fo -> String #

showList :: [Fo] -> ShowS #

PersistFieldSql Fo Source # 

Methods

sqlType :: Proxy * Fo -> SqlType #

PersistEntity Fo Source # 
PersistField Fo Source # 
Eq (Key Fo) Source # 

Methods

(==) :: Key Fo -> Key Fo -> Bool #

(/=) :: Key Fo -> Key Fo -> Bool #

Ord (Key Fo) Source # 

Methods

compare :: Key Fo -> Key Fo -> Ordering #

(<) :: Key Fo -> Key Fo -> Bool #

(<=) :: Key Fo -> Key Fo -> Bool #

(>) :: Key Fo -> Key Fo -> Bool #

(>=) :: Key Fo -> Key Fo -> Bool #

max :: Key Fo -> Key Fo -> Key Fo #

min :: Key Fo -> Key Fo -> Key Fo #

Read (Key Fo) Source # 
Show (Key Fo) Source # 

Methods

showsPrec :: Int -> Key Fo -> ShowS #

show :: Key Fo -> String #

showList :: [Key Fo] -> ShowS #

ToJSON (Key Fo) Source # 
FromJSON (Key Fo) Source # 
ToHttpApiData (Key Fo) Source # 
FromHttpApiData (Key Fo) Source # 
PathPiece (Key Fo) Source # 
PersistFieldSql (Key Fo) Source # 

Methods

sqlType :: Proxy * (Key Fo) -> SqlType #

PersistField (Key Fo) Source # 
data Unique Fo Source # 
data EntityField Fo Source # 
data Key Fo Source # 
data Key Fo = FoKey {}
type PersistEntityBackend Fo Source # 

type FoId = Key Fo Source #