Hets - the Heterogeneous Tool Set
Safe HaskellNone

Persistence.Schema.MappingType

Documentation

data MappingType Source #

Instances

Instances details
Eq MappingType Source # 
Instance details

Defined in Persistence.Schema.MappingType

Methods

(==) :: MappingType -> MappingType -> Bool

(/=) :: MappingType -> MappingType -> Bool

Read MappingType Source # 
Instance details

Defined in Persistence.Schema.MappingType

Methods

readsPrec :: Int -> ReadS MappingType

readList :: ReadS [MappingType]

readPrec :: ReadPrec MappingType

readListPrec :: ReadPrec [MappingType]

Show MappingType Source # 
Instance details

Defined in Persistence.Schema.MappingType

Methods

showsPrec :: Int -> MappingType -> ShowS

show :: MappingType -> String

showList :: [MappingType] -> ShowS

PersistField MappingType Source # 
Instance details

Defined in Persistence.Schema.MappingType

Methods

toPersistValue :: MappingType -> PersistValue

fromPersistValue :: PersistValue -> Either Text MappingType

PersistFieldSql MappingType Source # 
Instance details

Defined in Persistence.Schema.MappingType

Methods

sqlType :: Proxy MappingType -> SqlType