persistent-test-2.0.0.3: Tests for Persistent

Safe HaskellNone
LanguageHaskell2010

PrimaryTest

Documentation

data Foo Source #

Constructors

Foo 

Fields

Instances

PersistFieldSql Foo Source # 

Methods

sqlType :: Proxy * Foo -> SqlType #

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

Methods

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

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

Ord (Key Foo) Source # 

Methods

compare :: Key Foo -> Key Foo -> Ordering #

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

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

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

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

max :: Key Foo -> Key Foo -> Key Foo #

min :: Key Foo -> Key Foo -> Key Foo #

Read (Key Foo) Source # 
Show (Key Foo) Source # 

Methods

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

show :: Key Foo -> String #

showList :: [Key Foo] -> ShowS #

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

Methods

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

PersistField (Key Foo) Source # 
data Unique Foo Source # 
data Unique Foo
data EntityField Foo Source # 
data Key Foo Source # 
type PersistEntityBackend Foo Source # 

data Bar Source #

Constructors

Bar 

Fields

Instances

PersistFieldSql Bar Source # 

Methods

sqlType :: Proxy * Bar -> SqlType #

PersistEntity Bar Source # 
PersistField Bar Source # 
ToBackendKey SqlBackend Bar Source # 
Eq (Key Bar) Source # 

Methods

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

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

Ord (Key Bar) Source # 

Methods

compare :: Key Bar -> Key Bar -> Ordering #

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

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

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

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

max :: Key Bar -> Key Bar -> Key Bar #

min :: Key Bar -> Key Bar -> Key Bar #

Read (Key Bar) Source # 
Show (Key Bar) Source # 

Methods

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

show :: Key Bar -> String #

showList :: [Key Bar] -> ShowS #

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

Methods

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

PersistField (Key Bar) Source # 
data Unique Bar Source # 
data Unique Bar
data EntityField Bar Source # 
data Key Bar Source # 
type PersistEntityBackend Bar Source # 

data Trees Source #

Constructors

Trees 

Instances

PersistFieldSql Trees Source # 

Methods

sqlType :: Proxy * Trees -> SqlType #

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

Methods

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

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

Ord (Key Trees) Source # 
Read (Key Trees) Source # 
Show (Key Trees) Source # 
ToJSON (Key Trees) Source # 
FromJSON (Key Trees) Source # 
ToHttpApiData (Key Trees) Source # 
FromHttpApiData (Key Trees) Source # 
PathPiece (Key Trees) Source # 
PersistFieldSql (Key Trees) Source # 

Methods

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

PersistField (Key Trees) Source # 
data Unique Trees Source # 
data EntityField Trees Source # 
data Key Trees Source # 
type PersistEntityBackend Trees Source #