| Safe Haskell | None |
|---|
Persistence.Schema.MappingType
Documentation
data MappingType Source #
Constructors
Instances
| Eq MappingType Source # | |
Defined in Persistence.Schema.MappingType | |
| Read MappingType Source # | |
Defined in Persistence.Schema.MappingType Methods readsPrec :: Int -> ReadS MappingType readList :: ReadS [MappingType] readPrec :: ReadPrec MappingType readListPrec :: ReadPrec [MappingType] | |
| Show MappingType Source # | |
Defined in Persistence.Schema.MappingType Methods showsPrec :: Int -> MappingType -> ShowS show :: MappingType -> String showList :: [MappingType] -> ShowS | |
| PersistField MappingType Source # | |
Defined in Persistence.Schema.MappingType Methods toPersistValue :: MappingType -> PersistValue fromPersistValue :: PersistValue -> Either Text MappingType | |
| PersistFieldSql MappingType Source # | |
Defined in Persistence.Schema.MappingType Methods sqlType :: Proxy MappingType -> SqlType | |