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